Skip to content

Commit 16d9d32

Browse files
authored
fix(ci): actually run tests on multiple Python versions (#493)
1 parent 988011f commit 16d9d32

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ jobs:
7474
with:
7575
enable-cache: true
7676

77-
- name: Setup Python ${{ matrix.pyversion }}
78-
run: uv python install ${{ matrix.pyversion }}
79-
8077
- name: Install manim dependencies on MacOS
8178
if: matrix.os == 'macos-latest'
8279
run: brew install ffmpeg py3cairo pango pkg-config scipy
@@ -96,11 +93,8 @@ jobs:
9693
if: matrix.os == 'windows-latest'
9794
uses: ssciwr/setup-mesa-dist-win@v2
9895

99-
- name: Install Manim Slides
100-
run: uv sync --locked --extra tests
101-
10296
- name: Run pytest
103-
run: uv run pytest
97+
run: uv run --python ${{ matrix.pyversion }} --frozen --extra tests pytest
10498

10599
- name: Upload to codecov.io
106100
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)