Skip to content

Commit

Permalink
fix win
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Mar 8, 2024
1 parent 09199c7 commit 570ce79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
pip install invoke pytest pytest-cov
invoke get-ffmpeg-binary
pip install .
rm -rf ./imageio_ffmpeg
rm -r ./imageio_ffmpeg
- name: Test with pytest
run: |
python -c "import sys; print(sys.version, '\n', sys.prefix)";
Expand Down

0 comments on commit 570ce79

Please sign in to comment.