Skip to content

Commit 499ff34

Browse files
committed
Update pr_tests.yml
Fix tests
1 parent e750dad commit 499ff34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Install dependencies
6060
run: |
61-
apt-get libsndfile1-dev -y
61+
apt-get update && apt-get install libsndfile1-dev -y
6262
python -m pip install -e .[quality,test]
6363
python -m pip install git+https://github.com/huggingface/accelerate
6464

0 commit comments

Comments
 (0)