Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis committed Apr 29, 2024
1 parent 53e94f8 commit 1aec1b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
python -m pip install --upgrade pip
pip install .[test]
- name: Ensure ffmpeg on macos-latest
# imageio-ffmpeg does not bundle ffmpeg for M1 macs
# see https://github.com/imageio/imageio-ffmpeg/issues/71
if: runner.os == 'macOS'
run: brew install ffmpeg
- name: Run Tests
Expand Down

0 comments on commit 1aec1b2

Please sign in to comment.