update ci to espeak-ng

This commit is contained in:
Eren Gölge
2021-02-12 14:55:08 +00:00
parent 420901f4c2
commit c613e0142f

View File

@@ -25,7 +25,7 @@ jobs:
- checkout
- run: |
sudo apt update
sudo apt install espeak git
sudo apt install espeak-ng git
- run: sudo pip install --upgrade pip
- run: sudo pip install -e .
- run: |