mirror of https://github.com/coqui-ai/TTS.git
update ci to espeak-ng
This commit is contained in:
parent
420901f4c2
commit
c613e0142f
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue