From 73ef7b951d4ea96b297c8c721bd294e71db430b4 Mon Sep 17 00:00:00 2001 From: Paul Dechamps <paul.dechamps@uliege.be> Date: Thu, 7 Dec 2023 08:43:51 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8de3d4..968da93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build: <<: *global_tag_def stage: build before_script: - - pip3 install scipy==1.11.3 --user + - python3 -m pip install scipy==1.11.3 --user script: - git submodule init - git submodule update -- GitLab