From 629b9869ba44b655328d312e983a84af4aa69a7a Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Mon, 20 Jan 2025 17:54:44 +0100 Subject: [PATCH] Revert install of ca-certificates and certifi Signed-off-by: Julien Jerphanion --- scripts/test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index d51f18e2..83f6fde1 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -112,9 +112,6 @@ echo "***** Testing the usage of mamba main command *****" echo "***** Initialize the current session for mamba *****" 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