Skip to content

Commit

Permalink
macOS: pocketsphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 11, 2024
1 parent 355d4a2 commit 6e2e1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pip
- run: python -m pip install --upgrade pip
- name: Install build dependencies (Linux)
if: runner.os == 'Linux'
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
run: |
brew install portaudio
python -m pip install standard-aifc setuptools
python -m pip install --no-build-isolation .[dev,audio,whisper-api]
python -m pip install --no-build-isolation .[dev,audio,pocketsphinx,whisper-api]
- name: Install Python dependencies (Windows)
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit 6e2e1a8

Please sign in to comment.