From 43129c0f91de14f638589b9b6194f4e4430b135b Mon Sep 17 00:00:00 2001 From: nikkie Date: Fri, 18 Oct 2024 11:39:11 +0000 Subject: [PATCH] bugfix: Revert installation of [audio] extra * Microphone is not tested currently * cope with at other opportunity --- .github/workflows/unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index a43d93d4..00625686 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -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