]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Minor changes to .gitlab-ci.yml
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 23 Jun 2020 15:55:14 +0000 (17:55 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 23 Jun 2020 15:55:14 +0000 (17:55 +0200)
.gitlab-ci.yml

index 5a0333bdf85c7983351f9c322144541e5e38606b..df1c085bc7a9607eeedeb6a212a10893da58769c 100644 (file)
@@ -38,8 +38,10 @@ variables:
   before_script:
     - if [ ! -d venv ] ; then virtualenv --python=python3.6 venv; else true; fi
     - source venv/bin/activate
-    - pip install --upgrade pip
+    - pip install --upgrade --upgrade-strategy eager pip
+    - pip install --upgrade --upgrade-strategy eager setuptools wheel six
     - pip install --upgrade --upgrade-strategy eager --requirement requirements.txt
+    - pip list --format columns
     - if [ -x bin/compile-xlate-msgs.sh ] ; then bin/compile-xlate-msgs.sh; fi
   tags:
     - deploy