Skip to content
Snippets Groups Projects
Verified Commit 587d0ec5 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(pipeline) Modif pipeline3

parent 5d15bc19
No related branches found
No related tags found
No related merge requests found
Pipeline #52694 failed
...@@ -5,7 +5,9 @@ default: ...@@ -5,7 +5,9 @@ default:
- source /opt/intel/oneapi/tbb/latest/env/vars.sh - source /opt/intel/oneapi/tbb/latest/env/vars.sh
- echo $(nproc) - echo $(nproc)
- printenv | sort - 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 .global_tag: &global_tag_def
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment