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

(pipeline) Modif pipeline

parent f95d9ae9
No related branches found
No related tags found
No related merge requests found
Pipeline #52693 failed
......@@ -5,12 +5,7 @@ default:
- source /opt/intel/oneapi/tbb/latest/env/vars.sh
- echo $(nproc)
- printenv | sort
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BAC6F0C353D04109 # Add the missing public key
- apt-get update && apt install python3.10-venv # Install python3-venv if not available
- python3 -m venv venv # Create a virtual environment
- source venv/bin/activate # Activate the virtual environment
- 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
- apt-get install python3-scipy==1.15 python3-vtk==9.3.0 python3-matplotlib==3.10.0 python3-numpy==2.2.3
.global_tag: &global_tag_def
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