sudo install
This commit is contained in:
parent
e15011d668
commit
95c30d0835
|
|
@ -37,6 +37,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
sudo apt-get install libsndfile1
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install black pytest-cov
|
pip install black pytest-cov
|
||||||
- name: Install enhancer
|
- name: Install enhancer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue