add sndfile

This commit is contained in:
shahules786 2022-10-06 20:54:56 +05:30
parent ae30645497
commit 48a95343ef
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sndfile
pip install soundfile
pip install -r requirements.txt
pip install black pytest-cov
- name: Install enhancer