From 210e9222a5c85b4c9a20c7441c7690cec0dbe03c Mon Sep 17 00:00:00 2001 From: Paul Dechamps <paul.dechamps@uliege.be> Date: Thu, 14 Dec 2023 10:42:19 +0100 Subject: [PATCH] (pip) Crul install pip --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39c00d9..cf11eec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,9 @@ default: image: rboman/waves-py3:2020.3 before_script: - - python3 -m ensurepip --upgrade + before_script: + - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py + - python3 get-pip.py - python3 -m pip install scipy==1.11.3 --user - source /opt/intel/mkl/bin/mklvars.sh intel64 - source /opt/intel/tbb/bin/tbbvars.sh intel64 -- GitLab