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

(pipeline) Modif pipeline

parent 6ffc8e41
No related branches found
No related tags found
No related merge requests found
Pipeline #52692 failed
......@@ -5,6 +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
......
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