From 255a98dfbcb3c547dbc84add9c34437a4fb01ee9 Mon Sep 17 00:00:00 2001 From: leufen1 <l.leufen@fz-juelich.de> Date: Fri, 19 Feb 2021 09:38:43 +0100 Subject: [PATCH] update pip --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cebdf74c..7760635b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,6 +98,7 @@ tests: script: - python3.6 -m venv venv/ - source venv/bin/activate + - pip install --upgrade pip - pip install -r requirements.txt - chmod +x ./CI/run_pytest.sh - ./CI/run_pytest.sh -- GitLab