From 587d0ec549bc3182a2090d10ea7615825f2f29d6 Mon Sep 17 00:00:00 2001
From: Paul Dechamps <paul.dechamps@uliege.be>
Date: Mon, 24 Feb 2025 18:35:08 +0100
Subject: [PATCH] (pipeline) Modif pipeline3

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31d463d..e517aa2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,9 @@ default:
         - source /opt/intel/oneapi/tbb/latest/env/vars.sh
         - echo $(nproc)
         - printenv | sort
-        - apt-get install python3-scipy==1.15 python3-vtk==9.3.0 python3-matplotlib==3.10.0 python3-numpy==2.2.3
+        - apt-get update && apt-get install -y python3-pip
+        - pip install scipy==1.15.1 vtk==9.3.0 matplotlib==3.10.0 numpy==2.2.3  # Install the specified packages
+        - pip list  # Print the list of installed packages and their versions
 
 .global_tag: &global_tag_def
     tags:
-- 
GitLab