Skip to content

Commit

Permalink
bugfix: Revert installation of [audio] extra
Browse files Browse the repository at this point in the history
* Microphone is not tested currently
* cope with at other opportunity
  • Loading branch information
ftnext committed Oct 18, 2024
1 parent a4d74d2 commit 43129c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python -m pip install 'pocketsphinx<5'
- name: Install Python dependencies
run: |
python -m pip install .[audio,whisper-local,whisper-api]
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 43129c0

Please sign in to comment.