Use Python 3's pip.
authorJason S. Ninneman <jsn@mbar.us>
Wed, 14 Jun 2017 20:36:10 +0000 (13:36 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Wed, 14 Jun 2017 20:54:37 +0000 (13:54 -0700)
.gitlab-ci.yml

index 1d8b297c365f6c071551cf5eb0051003919dbe52..93f0af1775258e8d8d43fbdc189fb45cdf7a07db 100644 (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: