update CI config

This commit is contained in:
Eren Gölge
2021-03-18 13:33:00 +01:00
parent d790d2fccb
commit 884096f3f7
+2 -2
View File
@@ -34,8 +34,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