Skip to content

Commit

Permalink
clean ci
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Mar 8, 2024
1 parent 4a5f59e commit 09199c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ jobs:
run: |
python -c "import sys; print(sys.version, '\n', sys.prefix)";
python -c 'import imageio_ffmpeg; print(imageio_ffmpeg.get_ffmpeg_version())'
python -c "import imageio_ffmpeg; print(imageio_ffmpeg); import imageio_ffmpeg.binaries; print(imageio_ffmpeg.binaries);"
invoke test
pytest tests -v --cov=imageio_ffmpeg --cov-report=term
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
packages=["imageio_ffmpeg", "imageio_ffmpeg.binaries"],
package_data={"imageio_ffmpeg.binaries": ["*.*"]},
include_package_data=True,
zip_safe=True,
zip_safe=False,
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 09199c7

Please sign in to comment.