🚧 github: Fix installing pip

test/github-actions
Gerber, Mike 2 years ago
parent 0237e68efc
commit 0cfad9be7e

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

Loading…
Cancel
Save