diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d17bb1c..24ccf70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,10 @@ jobs: run: | python -m pip install --upgrade pip pip install .[test] + - name: Install ffmpeg (macOS only) + if: matrix.os == 'macOS-latest' + run: | + brew install ffmpeg - uses: actions/cache@v4 id: cache with: