update CI config

This commit is contained in:
Eren Gölge
2021-03-16 19:13:32 +01:00
parent bdfd1f8a89
commit 255d5486ac
+2 -2
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