From e497fc63b412443c0e583ec8f52e39c9e8d4dc2b Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@irstea.fr> Date: Wed, 1 Jun 2022 19:14:18 +0200 Subject: [PATCH] CI: update pip --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d374e1..edd9c36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ make_env: script: - virtualenv --system-site-packages venv - source venv/bin/activate + - pip install --upgrade pip - pip install flake8 pylint codespell pytest pytest-cov - wget -P . --no-verbose -e robots=off --recursive --level=inf --no-parent -R "index.html*" -R "LOGO.JPG" --cut-dirs=3 --no-host-directories --content-on-error http://indexof.montpellier.irstea.priv/projets/geocicd/scenes/test_data/ -- GitLab