Skip to content

Commit

Permalink
clunky workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed May 15, 2024
1 parent d8c8ca7 commit 9040888
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,13 @@ jobs:
run: |
uv pip install -e .[tests]
- name: Run tests
- if: matrix.os == 'ubuntu-latest'
name: Run tests
run: |
make tests
- if: matrix.os == 'macos-latest'
name: Run tests
run: |
echo 'export PATH="/opt/homebrew/opt/ffmpeg@4/bin:$PATH"' >> /Users/runner/.bash_profile
source /Users/runner/.bash_profile
Expand Down

0 comments on commit 9040888

Please sign in to comment.