Use Python 3's pip.
This commit is contained in:
parent
37197a800a
commit
73c9b59507
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue