-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt to fix failing CI tests #221
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
ff9d817
Merge pull request #1 from GenevieveBuckley/sphinx-docs
GenevieveBuckley b237ef6
brew install ffmpeg on mac to fix CI tests
GenevieveBuckley 5fa417b
Fix formatting in test_and_deploy.yml
GenevieveBuckley fe4094d
Try using AnimMouse/setup-ffmpeg github action
GenevieveBuckley 23cdaa8
Update python versions
GenevieveBuckley c3ae5e0
Merge branch 'main' into ffmpeg-install
GenevieveBuckley d1a2db1
Revert ruff python version upgrade, best to fix in a new PR
GenevieveBuckley a367efc
Skip PySide test on windows-latest and with python 3.11
GenevieveBuckley ab99d03
Update python versions, install ffmpeg in github actions
GenevieveBuckley 55d6bd8
Github actions tox running on mac arm-64 runner, not compatible with …
GenevieveBuckley c3b6122
Must also remove tox envs from start of file (exclude PySide from pla…
GenevieveBuckley 282a005
Debugging, run all CI jobs to pinpoint failures
GenevieveBuckley 3cf5b76
Debugging, no fail fast, run all CI jobs
GenevieveBuckley 6fd4373
Drop python 3.8, add python 3.12 in CI tests
GenevieveBuckley 8860e1a
Pin to macos-13 to avoid ffmpeg Apple Silicon problem (ffmpeg binarie…
GenevieveBuckley 8e6541f
Install ffmpeg plugin for imageio, not separate imageio-ffmpeg package
GenevieveBuckley 807e332
PySide2 not available for python >3.10. Switch PyQt tests to macos-la…
GenevieveBuckley 3eff88b
Remove external ffmpeg install, rely on 'pip install imageio[ffmpeg]'
GenevieveBuckley 87ef046
Pin CI tests to macos-13, last mac intel runner, since ffmpeg binarie…
GenevieveBuckley 1c3684b
Try installing ffmpeg with brew, to reliably get ffmpeg binary on App…
GenevieveBuckley bd6d2af
Revert "Try installing ffmpeg with brew, to reliably get ffmpeg binar…
GenevieveBuckley 1cf2dbc
Add comment about PySide support on macos arm64 (Apple Silicon)
GenevieveBuckley 3be8856
Restore fail fast option for CI test jobs
GenevieveBuckley File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be functionally equivalent, but fewer CI jobs failed when imageio & ffmpeg were installed as a single step.