mirror of https://github.com/coqui-ai/TTS.git
CI config update
This commit is contained in:
parent
b2ecea0a04
commit
8dacf762be
|
@ -35,8 +35,9 @@ jobs:
|
||||||
run: cat /etc/os-release
|
run: cat /etc/os-release
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update
|
sudo apt update
|
||||||
apt install -y espeak-ng git
|
sudo apt install -y espeak-ng git
|
||||||
|
sudo apt install -y python3-wheel gcc
|
||||||
- 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