Skip to content

Commit

Permalink
ci: update macOS testing workflow to install ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Feb 1, 2025
1 parent 752d8b7 commit a70baa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_macos_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
- name: Install dependencies
run: pip install whisper-mps
- name: Install testing dependencies
run: whisper-mps --file-name tests/localfiles/video.mp4
run: |
brew install ffmpeg
whisper-mps --file-name tests/localfiles/video.mp4

0 comments on commit a70baa9

Please sign in to comment.