From 5cad58d41c389703060cd9d7e1ca7dd45388ee85 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 8 Oct 2021 16:49:18 +0200 Subject: [PATCH] Add libespeak-dev --- .github/workflows/lint_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml index 3948cff..3fd89e7 100644 --- a/.github/workflows/lint_python.yml +++ b/.github/workflows/lint_python.yml @@ -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 .