Skip to content

Commit

Permalink
[chore] Refactor using extras
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Mar 30, 2024
1 parent 5e7432c commit f294669
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install 'pocketsphinx<5'
python -m pip install openai-whisper soundfile
python -m pip install openai
python -m pip install .
python -m pip install .[whisper-local,whisper-api]
- name: Test with unittest
run: |
python -m doctest speech_recognition/recognizers/google.py -v
Expand Down

0 comments on commit f294669

Please sign in to comment.