[gtk-doc] ci: fix pip3 more (--no-index got broken)



commit 860b5c47a19a1f13bf47dfa0cf3ea700b29e9f11
Author: Stefan Sauer <ensonic users sf net>
Date:   Fri Dec 14 20:50:56 2018 +0100

    ci: fix pip3 more (--no-index got broken)

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b805980..9ae7b53 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ before_script:
                 libglib2.0-dev
                 python3 python3-dev python3-lxml python3-parameterized
                 python3-pip python3-pygments python3-unittest2
-  - pip3 install --no-index anytree
+  - pip3 install anytree
   - export LANG=C.UTF-8
 
 stages:


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