Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
adefossez committed Jul 19, 2022
1 parent bd65cd9 commit e5a989c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install -y libsndfile1
sudo apt-get install -y ffmpeg
python3 -m venv env
. env/bin/activate
python -m pip install --upgrade pip
Expand All @@ -30,5 +30,4 @@ jobs:
- name: Run separation test
run: |
. env/bin/activate
python -c "import torchaudio as ta; print(ta.get_audio_backend()); ta.load('test.mp3')"
make test_eval

0 comments on commit e5a989c

Please sign in to comment.