From 97c2c63f59b2ca75d243ae911e0ae5732bc3d029 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Thu, 17 Oct 2024 16:29:54 +0200 Subject: [PATCH] make it executable --- scripts/run_commands | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_commands b/scripts/run_commands index 5bf48a7..e36cd9a 100755 --- a/scripts/run_commands +++ b/scripts/run_commands @@ -45,6 +45,7 @@ rm -f miniconda.sh # Download micromamba and put it condabin curl -s -L $micromambapkg > /opt/conda/condabin/micromamba sha256sum /opt/conda/condabin/micromamba | grep $micromamba_chksum +chmod +x /opt/conda/condabin/micromamba # Work around TLS issues while updating conda's python and retrieving channel notices export CONDA_NUMBER_CHANNEL_NOTICES="0"