Skip to content

Commit

Permalink
..for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LoannPeurey committed Nov 25, 2024
1 parent 62ed964 commit 3592922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
sudo apt-get install libsndfile1-dev sox
- name: Setup package
run: |
pip install --upgrade setuptools
pip install -r requirements.txt
pip install . --upgrade
python -m pip install --user pytest
Expand Down Expand Up @@ -145,6 +146,7 @@ jobs:
github-token: ${{ secrets.GITHUB }}
- name: Setup package
run: |
pip install --upgrade setuptools
pip install -r requirements.txt
pip install . --upgrade
python -m pip install --user pytest
Expand Down

0 comments on commit 3592922

Please sign in to comment.