Use Python 3's pip.

This commit is contained in:
Jason S. Ninneman 2017-06-14 13:36:10 -07:00
parent 37197a800a
commit 73c9b59507

View file

@ -14,8 +14,8 @@ binary:debug:
stage: build stage: build
before_script: before_script:
- apk update - apk update
- apk add make gcc musl-dev python3 py-pip - apk add make gcc musl-dev python3
- pip install PyYAML - pip3 install PyYAML
script: script:
- make debug - make debug
artifacts: artifacts:
@ -32,8 +32,8 @@ binary:release:
stage: build stage: build
before_script: before_script:
- apk update - apk update
- apk add make gcc musl-dev python3 py-pip - apk add make gcc musl-dev python3
- pip install PyYAML - pip3 install PyYAML
script: script:
- make advent - make advent
artifacts: artifacts: