Skip to content

Commit

Permalink
sudo apt-get install ffmpeg flac
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 19, 2025
1 parent 352fbcc commit e8c8e12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y flac libpulse-dev libasound2-dev portaudio19-dev
- name: Install ffmpeg (for Whisper)
uses: AnimMouse/setup-ffmpeg@v1
sudo apt-get install --no-install-recommends -y ffmpeg flac libpulse-dev libasound2-dev portaudio19-dev
#- name: Install ffmpeg (for Whisper)
# uses: AnimMouse/setup-ffmpeg@v1
- name: Install Python dependencies (Ubuntu, <=3.12)
if: runner.os == 'Linux' && matrix.python-version != '3.13'
run: |
python -m pip install .[dev,audio,pocketsphinx,google-cloud,whisper-local,faster-whisper,openai,groq]
- name: Install Python dependencies (Ubuntu, 3.13)
if: runner.os == 'Linux' && matrix.python-version == '3.13'
run: |
python -m pip install standard-aifc setuptools
# python -m pip install standard-aifc setuptools
python -m pip install --no-build-isolation .[dev,audio,pocketsphinx,google-cloud,openai,groq]
- name: Install Python dependencies (Windows)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit e8c8e12

Please sign in to comment.