From a0c33c24834a4b6d84ccc60fbffdda1a01495876 Mon Sep 17 00:00:00 2001 From: "Jason S. Ninneman" Date: Tue, 11 Jul 2017 16:01:02 -0700 Subject: [PATCH] Install Python 2 pip in Alpine. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.31.1