Skip to content

Commit

Permalink
fix(ci): actually run tests on multiple Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Nov 27, 2024
1 parent 988011f commit 9668538
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ jobs:
with:
enable-cache: true

- name: Setup Python ${{ matrix.pyversion }}
run: uv python install ${{ matrix.pyversion }}

- name: Install manim dependencies on MacOS
if: matrix.os == 'macos-latest'
run: brew install ffmpeg py3cairo pango pkg-config scipy
Expand All @@ -96,11 +93,8 @@ jobs:
if: matrix.os == 'windows-latest'
uses: ssciwr/setup-mesa-dist-win@v2

- name: Install Manim Slides
run: uv sync --locked --extra tests

- name: Run pytest
run: uv run pytest
run: uv run --python ${{ matrix.pyversion }} --frozen --extra tests pytest

- name: Upload to codecov.io
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 9668538

Please sign in to comment.