🚧 github: Fix installing pip

test/github-actions
Gerber, Mike 1 year ago
parent 0237e68efc
commit 0cfad9be7e

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

Loading…
Cancel
Save