Skip to content

Commit

Permalink
add libsndfile to test
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwbsn committed Sep 20, 2022
1 parent 7498236 commit 5226d77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
architecture: x64
cache: 'pip'
- name: Install dependencies
run: pip install -r requirements.txt
run: |
sudo apt-get install libsndfile1
pip install -r requirements.txt
- name: Run nusantara tests
id: nusantara_test
continue-on-error: true
Expand Down

0 comments on commit 5226d77

Please sign in to comment.