Skip to content

Commit

Permalink
Merge pull request #14 from bioio-devs/bugfix/macos-ci-failure
Browse files Browse the repository at this point in the history
bugfix/macos-ci-failure
  • Loading branch information
BrianWhitneyAI authored Dec 18, 2024
2 parents 5b6f27e + 85af36b commit 3a9a4e7
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 @@ -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:
Expand Down

0 comments on commit 3a9a4e7

Please sign in to comment.