Skip to content

Commit

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

0 comments on commit 2428c80

Please sign in to comment.