Skip to content

Commit

Permalink
Setup MAMBA_ROOT_PREFIX and install certifi and ca-certificates
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Jan 20, 2025
1 parent cd9613d commit a2788b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ echo "***** Done: Testing installer *****"
echo "***** Testing the usage of mamba main command *****"

echo "***** Initialize the current session for mamba *****"
eval "$(mamba shell hook --shell bash)"
export MAMBA_ROOT_PREFIX="/root/miniforge"

echo "***** Install missing CA certificates *****"
conda install certifi ca-certificates --yes

echo "***** Create a new environment *****"
mamba create -n testenv numpy --yes
Expand Down

0 comments on commit a2788b0

Please sign in to comment.