Skip to content

Commit

Permalink
bugfix: Pip install in aifc installed environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Nov 3, 2024
1 parent 4ce2121 commit 72e7290
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 @@ -53,7 +53,7 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'
run: |
python -m pip install standard-aifc
python -m pip install .[dev,audio,whisper-api]
python -m pip install --no-build-isolation .[dev,audio,whisper-api]
- name: Install Python dependencies (Windows)
if: matrix.os == 'windows-latest'
run: |
Expand Down

0 comments on commit 72e7290

Please sign in to comment.