Skip to content
Snippets Groups Projects
Commit 2c5502b2 authored by Remi Perenon's avatar Remi Perenon
Browse files

Fixing python version

parent 816b6d6b
No related branches found
No related tags found
No related merge requests found
Pipeline #22088 passed
......@@ -51,9 +51,7 @@ From: ubuntu:22.04
libxrandr2
# Installing mantid
conda create -n mantid-singularity python=3.8
conda activate mantid-singularity
conda install -c mantid/label/nightly -c conda-forge mantidworkbench
conda create -n mantid-singularity -c mantid/label/nightly -c conda-forge mantidworkbench
conda clean -ya
echo ". /opt/conda/etc/profile.d/conda.sh" >> $SINGULARITY_ENVIRONMENT
echo "conda activate mantid-singularity" >> $SINGULARITY_ENVIRONMENT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment