Add libespeak-dev

This commit is contained in:
Christian Clauss 2021-10-08 16:49:18 +02:00
parent 2c0e330acf
commit 5cad58d41c

View File

@ -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 .