mirror of https://github.com/coqui-ai/TTS.git
update CI config
parent
bdfd1f8a89
commit
255d5486ac
|
@ -35,8 +35,8 @@ jobs:
|
|||
run: cat /etc/os-release
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install espeak-ng git
|
||||
apt update
|
||||
apt install -y espeak-ng git
|
||||
- name: Upgrade pip
|
||||
# so we can take advantage of pyproject.toml build-dependency support
|
||||
run: python3 -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in New Issue