Skip to content

Commit

Permalink
Merge pull request mantidproject#37980 from jclarkeSTFC/add_argument_…
Browse files Browse the repository at this point in the history
…mambaforge

Add -u argument to mambaforge
  • Loading branch information
SilkeSchomann authored Sep 16, 2024
2 parents 4650d2c + a592d3a commit b87f855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildconfig/Jenkins/Conda/download-and-install-mambaforge
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if [ ! -f $EXPECTED_MAMBA_EXE ]; then
sed -e '/^export\ CONDA_/s/\\/\//g' | \
sed -e '/^export\ CONDA_/s/\(\w\)\:/\/\1/g' > $EXPECTED_MAMBAFORGE_PATH/etc/profile.d/conda.sh
else
bash $MAMBAFORGE_SCRIPT_NAME -b -p $EXPECTED_MAMBAFORGE_PATH
bash $MAMBAFORGE_SCRIPT_NAME -b -p $EXPECTED_MAMBAFORGE_PATH -u
fi
rm $MAMBAFORGE_SCRIPT_NAME
fi

0 comments on commit b87f855

Please sign in to comment.