From 85af36ba5cd203028706757f6d61a268c598bcb5 Mon Sep 17 00:00:00 2001 From: BrianWhitneyAI Date: Fri, 13 Dec 2024 13:14:27 -0800 Subject: [PATCH] bugfix/macos-ci-failure --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: