Update action.yml

This commit is contained in:
2025-08-28 11:34:01 +02:00
parent 74d3708959
commit 8848fe9df4
+1 -1
View File
@@ -165,7 +165,7 @@ runs:
conda)
echo "3 - Setting up conda environment..."
# Mambaforge
curl -fsSL https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh -o mambaforge.sh
curl -fsSL https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh -o mambaforge.sh
bash mambaforge.sh -b -p $HOME/mambaforge >> $LOG_FILE 2>&1
export PATH="$HOME/mambaforge/bin:$PATH"
source "$HOME/mambaforge/etc/profile.d/conda.sh"