sudo apt-get install portaudio19-dev
This commit is contained in:
parent
ede2b53da5
commit
2c0e330acf
3
.github/workflows/lint_python.yml
vendored
3
.github/workflows/lint_python.yml
vendored
@ -14,7 +14,8 @@ jobs:
|
|||||||
- run: codespell --ignore-words-list=ans
|
- run: codespell --ignore-words-list=ans
|
||||||
- run: flake8 . --count --max-complexity=19 --max-line-length=88 --show-source --statistics
|
- run: flake8 . --count --max-complexity=19 --max-line-length=88 --show-source --statistics
|
||||||
- run: isort --check-only --profile black .
|
- run: isort --check-only --profile black .
|
||||||
- run: pip install -r requirements.txt || pip install --editable . || true
|
- run: sudo apt-get install portaudio19-dev
|
||||||
|
- run: pip install -r requirements.txt
|
||||||
- run: mkdir --parents --verbose .mypy_cache
|
- run: mkdir --parents --verbose .mypy_cache
|
||||||
- run: mypy --ignore-missing-imports --install-types --non-interactive .
|
- run: mypy --ignore-missing-imports --install-types --non-interactive .
|
||||||
- run: pytest . || true
|
- run: pytest . || true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user