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
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue