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