🚧 github: Fix installing pip

This commit is contained in:
Gerber, Mike 2023-02-08 18:49:15 +01:00
parent 0237e68efc
commit 0cfad9be7e

View file

@ -40,7 +40,7 @@ jobs:
-
name: Install wrapper
run: |
apt-get install python3-pip
sudo apt-get install -y python3-pip
cd wrapper && pip install .
-
name: Test