update CI config

pull/384/head
Eren Gölge 2021-03-11 16:14:55 +01:00
parent bdfd1f8a89
commit 255d5486ac
1 changed files with 2 additions and 2 deletions

View File

@ -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