We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9589eeb + a8828f1 commit 2e55772Copy full SHA for 2e55772
1 file changed
.github/workflows/unittests.yml
@@ -51,7 +51,7 @@ jobs:
51
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'
52
run: |
53
python -m pip install standard-aifc setuptools
54
- python -m pip install --no-build-isolation .[dev,audio,pocketsphinx,google-cloud,openai,groq,vosk]
+ python -m pip install .[dev,audio,pocketsphinx,google-cloud,openai,groq,vosk]
55
- name: Install Python dependencies (Windows)
56
if: matrix.os == 'windows-latest'
57
0 commit comments