Skip to content

Commit

Permalink
fix ffmeg test
Browse files Browse the repository at this point in the history
  • Loading branch information
guiwitz committed Dec 14, 2024
1 parent 65bf846 commit a5c0487
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ jobs:
# not including the FFMPEG binary on Apple Silicon macs
# This step can be removed when issue is fixed in imageio-ffmpeg
# https://github.com/imageio/imageio-ffmpeg/issues/71
- name: brew install ffmpeg
if: runner.os == 'macOS'
uses: artemnovichkov/[email protected]
- name: Setup FFmpeg
if: ${{ runner.os == 'macOS' && runner.arch == 'ARM64' }}
run: |
brew update
brew install ffmpeg
Expand Down

0 comments on commit a5c0487

Please sign in to comment.