CI config update

pull/384/head
Eren Gölge 2021-03-11 18:31:26 +01:00
parent 0fa3101f2a
commit 739584ec93
1 changed files with 3 additions and 2 deletions

View File

@ -35,8 +35,9 @@ jobs:
run: cat /etc/os-release
- name: Install dependencies
run: |
apt update
apt install -y espeak-ng git
sudo apt update
sudo apt install -y espeak-ng git
sudo apt install -y python3-wheel gcc
- name: Upgrade pip
# so we can take advantage of pyproject.toml build-dependency support
run: python3 -m pip install --upgrade pip