mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-14 11:48:10 +02:00
gitlab CI: alpine needs pip explicitly installed now
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 75ca6dcfa3)
This commit is contained in:
parent
29375e543f
commit
67591fcf00
2 changed files with 4 additions and 4 deletions
|
|
@ -137,7 +137,7 @@ check-ci-script:
|
|||
image: golang:alpine
|
||||
stage: prep
|
||||
before_script:
|
||||
- apk add python3 git
|
||||
- apk add python3 py-pip git
|
||||
- pip3 install --user jinja2
|
||||
script:
|
||||
- python3 ./.gitlab-ci/generate-gitlab-ci.py
|
||||
|
|
@ -153,7 +153,7 @@ check-commit:
|
|||
image: golang:alpine
|
||||
stage: prep
|
||||
before_script:
|
||||
- apk add python3 git
|
||||
- apk add python3 py-pip git
|
||||
script:
|
||||
- pip3 install GitPython
|
||||
- pip3 install pytest
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ check-ci-script:
|
|||
image: golang:alpine
|
||||
stage: prep
|
||||
before_script:
|
||||
- apk add python3 git
|
||||
- apk add python3 py-pip git
|
||||
- pip3 install --user jinja2
|
||||
script:
|
||||
- python3 ./.gitlab-ci/generate-gitlab-ci.py
|
||||
|
|
@ -143,7 +143,7 @@ check-commit:
|
|||
image: golang:alpine
|
||||
stage: prep
|
||||
before_script:
|
||||
- apk add python3 git
|
||||
- apk add python3 py-pip git
|
||||
script:
|
||||
- pip3 install GitPython
|
||||
- pip3 install pytest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue