diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8de3d421ba4d691d219ab388cb433c41a81869a..8bd2696a8fb1a1ddc0e2e0b6d3996d3f97482f2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,8 @@ build: <<: *global_tag_def stage: build before_script: - - pip3 install scipy==1.11.3 --user + - apt-get install -y python3-pip + - python3 -m pip install scipy==1.11.3 --user script: - git submodule init - git submodule update