add sndfile

This commit is contained in:
shahules786 2022-10-06 20:51:35 +05:30
parent 3084ffac19
commit ae30645497
1 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sndfile
pip install -r requirements.txt
pip install black pytest-cov
- name: Install enhancer
@ -44,7 +45,7 @@ jobs:
pip install -e .[dev,testing]
- name: Run black
run:
black --check . --exclude enhancer/version.py
black --check . --exclude enhancer/version.pyß
- name: Test with pytest
run:
pytest tests --cov=enhancer/