Skip to content

Commit

Permalink
[bugfix] Install Groq on all runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Dec 4, 2024
1 parent b2b9afe commit ce1962a
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 @@ -44,12 +44,12 @@ jobs:
- name: Install Python dependencies (Ubuntu, <=3.12)
if: matrix.os == 'ubuntu-latest' && matrix.python-version != '3.13'
run: |
python -m pip install .[dev,audio,pocketsphinx,whisper-local,whisper-api]
python -m pip install .[dev,audio,pocketsphinx,whisper-local,whisper-api,groq]
- name: Install Python dependencies (Ubuntu, 3.13)
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'
run: |
python -m pip install standard-aifc setuptools
python -m pip install --no-build-isolation .[dev,audio,pocketsphinx,whisper-api]
python -m pip install --no-build-isolation .[dev,audio,pocketsphinx,whisper-api,groq]
- name: Install Python dependencies (Windows)
if: matrix.os == 'windows-latest'
run: |
Expand Down

0 comments on commit ce1962a

Please sign in to comment.