We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988011f commit 16d9d32Copy full SHA for 16d9d32
.github/workflows/tests.yml
@@ -74,9 +74,6 @@ jobs:
74
with:
75
enable-cache: true
76
77
- - name: Setup Python ${{ matrix.pyversion }}
78
- run: uv python install ${{ matrix.pyversion }}
79
-
80
- name: Install manim dependencies on MacOS
81
if: matrix.os == 'macos-latest'
82
run: brew install ffmpeg py3cairo pango pkg-config scipy
@@ -96,11 +93,8 @@ jobs:
96
93
if: matrix.os == 'windows-latest'
97
94
uses: ssciwr/setup-mesa-dist-win@v2
98
95
99
- - name: Install Manim Slides
100
- run: uv sync --locked --extra tests
101
102
- name: Run pytest
103
- run: uv run pytest
+ run: uv run --python ${{ matrix.pyversion }} --frozen --extra tests pytest
104
105
- name: Upload to codecov.io
106
uses: codecov/codecov-action@v4
0 commit comments