Skip to content

Commit

Permalink
Fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Aug 4, 2024
1 parent 5001c19 commit f817c95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
cython \
numpy \
pillow \
pytest \
python=${{ matrix.config.python }} \
setuptools
Expand All @@ -150,4 +151,4 @@ jobs:
run: |
. $CONDA/etc/profile.d/conda.sh
conda activate pyav
python setup.py test
python -m pytest

0 comments on commit f817c95

Please sign in to comment.