From 36c96b60d3930ad062ee08ae8315223fa4189e5c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 23 Jun 2020 17:55:14 +0200 Subject: [PATCH] Minor changes to .gitlab-ci.yml --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a0333b..df1c085 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- 2.39.5