summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-06-03 21:22:21 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-06-17 13:01:03 +1000
commit67591fcf00f938d3551c310729298bffcd01f969 (patch)
treec8581278da86e9f9a4bd7652fab5b4e67babd1aa
parent29375e543f34b873eacad4fe94543413a94dd973 (diff)
downloadlibinput-67591fcf00f938d3551c310729298bffcd01f969.tar.gz
gitlab CI: alpine needs pip explicitly installed now
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit 75ca6dcfa3bd35219d75922dbf03945d31fcdb86)
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--.gitlab-ci/gitlab-ci.tmpl4
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 39c7c0d1..11d606a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
diff --git a/.gitlab-ci/gitlab-ci.tmpl b/.gitlab-ci/gitlab-ci.tmpl
index 4d814301..868598ad 100644
--- a/.gitlab-ci/gitlab-ci.tmpl
+++ b/.gitlab-ci/gitlab-ci.tmpl
@@ -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