Skip to content

Commit

Permalink
no reason to abort tests if ffmpeg cant be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Aug 21, 2024
1 parent dbcc932 commit da7681a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
# For animation tests
- uses: FedericoCarboni/setup-ffmpeg@v3
if: ${{ !startsWith(matrix.os, 'mac') }}
continue-on-error: true
with:
# Not strictly necessary, but it may prevent rate limit
# errors especially on GitHub-hosted macos machines.
Expand Down

0 comments on commit da7681a

Please sign in to comment.