Skip to content

Commit 3592922

Browse files
committed
..for all tests
1 parent 62ed964 commit 3592922

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
sudo apt-get install libsndfile1-dev sox
4747
- name: Setup package
4848
run: |
49+
pip install --upgrade setuptools
4950
pip install -r requirements.txt
5051
pip install . --upgrade
5152
python -m pip install --user pytest
@@ -145,6 +146,7 @@ jobs:
145146
github-token: ${{ secrets.GITHUB }}
146147
- name: Setup package
147148
run: |
149+
pip install --upgrade setuptools
148150
pip install -r requirements.txt
149151
pip install . --upgrade
150152
python -m pip install --user pytest

0 commit comments

Comments
 (0)