add sndfile
This commit is contained in:
parent
3084ffac19
commit
ae30645497
|
|
@ -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
|
||||||
|
pip install sndfile
|
||||||
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
|
||||||
|
|
@ -44,7 +45,7 @@ jobs:
|
||||||
pip install -e .[dev,testing]
|
pip install -e .[dev,testing]
|
||||||
- name: Run black
|
- name: Run black
|
||||||
run:
|
run:
|
||||||
black --check . --exclude enhancer/version.py
|
black --check . --exclude enhancer/version.pyß
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run:
|
run:
|
||||||
pytest tests --cov=enhancer/
|
pytest tests --cov=enhancer/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue