Skip to content

Commit 2e55772

Browse files
authored
Merge pull request #890 from ftnext/remove-no-build-isolation
ci: remove no-build-isolation from unittest workflow
2 parents 9589eeb + a8828f1 commit 2e55772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'
5252
run: |
5353
python -m pip install standard-aifc setuptools
54-
python -m pip install --no-build-isolation .[dev,audio,pocketsphinx,google-cloud,openai,groq,vosk]
54+
python -m pip install .[dev,audio,pocketsphinx,google-cloud,openai,groq,vosk]
5555
- name: Install Python dependencies (Windows)
5656
if: matrix.os == 'windows-latest'
5757
run: |

0 commit comments

Comments
 (0)