mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 21:59:52 +02:00
🚧 github: Fix installing pip
This commit is contained in:
parent
0237e68efc
commit
0cfad9be7e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue