Skip to content

Commit

Permalink
Install ffmpeg when running python tests on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Mar 2, 2022
1 parent 8904e90 commit f3e6fc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Install Linux system dependencies
if: runner.os == 'Linux'
run: sudo apt-get install -y install ffmpeg

- name: Install macOS system dependencies
if: startsWith(runner.os, 'macos') && matrix.install-imagemagick
run: brew install imagemagick ffmpeg
Expand Down

0 comments on commit f3e6fc1

Please sign in to comment.