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
before_script:
- apk update
- apk add make gcc musl-dev python3 py-pip
- pip install PyYAML
- apk add make gcc musl-dev python3
- pip3 install PyYAML
script:
- make debug
artifacts:
@ -32,8 +32,8 @@ binary:release:
stage: build
before_script:
- apk update
- apk add make gcc musl-dev python3 py-pip
- pip install PyYAML
- apk add make gcc musl-dev python3
- pip3 install PyYAML
script:
- make advent
artifacts: