[cantarell-fonts/add-ci] python3-pip is included in base image



commit f6c107d96dae6a08908a01acc7156d71283483ce
Author: Nikolaus Waxweiler <madigens gmail com>
Date:   Fri May 25 21:56:10 2018 +0100

    python3-pip is included in base image

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3fbcb43..e6615640 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/base:latest
 
 build:
   script:
-    - dnf install -y python3-pip gcc redhat-rpm-config
+    - dnf install -y gcc redhat-rpm-config
     - pip3 install fontmake git+https://github.com/adobe-type-tools/psautohint.git@v1.1.0#egg=psautohint
     - meson build
     - ninja -C build dist


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]