From: Jason S. Ninneman Date: Tue, 11 Jul 2017 23:01:02 +0000 (-0700) Subject: Install Python 2 pip in Alpine. X-Git-Tag: 1.3~132 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=a0c33c24834a4b6d84ccc60fbffdda1a01495876;p=open-adventure.git Install Python 2 pip in Alpine. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 481ab91..b1e9653 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ binary:debug: stage: build before_script: - apk update - - apk add make gcc musl-dev python libedit-dev + - apk add make gcc musl-dev python py2-pip libedit-dev - pip install PyYAML script: - make debug @@ -29,7 +29,7 @@ binary:release: stage: build before_script: - apk update - - apk add make gcc musl-dev python libedit-dev + - apk add make gcc musl-dev python py2-pip libedit-dev - pip install PyYAML script: - make advent cheat @@ -81,7 +81,7 @@ test:debug: stage: test before_script: - apk update - - apk add make gcc python libedit-dev + - apk add make gcc python py2-pip libedit-dev - pip install PyYAML - apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted script: