Spaces:
Running
Running
Yurii Paniv
commited on
Commit
·
96954c7
1
Parent(s):
8ed336b
Add libsndfile to pipeline
Browse files
.github/workflows/hf-sync.yml
CHANGED
@@ -20,6 +20,8 @@ jobs:
|
|
20 |
uses: actions/setup-python@v4
|
21 |
with:
|
22 |
python-version: 3.9 #${{ matrix.python-version }}
|
|
|
|
|
23 |
- name: Install dependencies
|
24 |
run: |
|
25 |
python -m pip install --upgrade pip
|
|
|
20 |
uses: actions/setup-python@v4
|
21 |
with:
|
22 |
python-version: 3.9 #${{ matrix.python-version }}
|
23 |
+
- name: Install libsndfile1
|
24 |
+
run: sudo apt-get update && sudo apt-get install -y libsndfile1
|
25 |
- name: Install dependencies
|
26 |
run: |
|
27 |
python -m pip install --upgrade pip
|