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