From 3c45b5b4fa2eb2c813b026d0967d87b8c5fb2a69 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Tue, 1 Oct 2024 13:50:35 -0500 Subject: [PATCH] use miniforge in CI --- .ci-support/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-support/install.sh b/.ci-support/install.sh index 0849ddd0e..435782ccb 100755 --- a/.ci-support/install.sh +++ b/.ci-support/install.sh @@ -20,7 +20,7 @@ else fi MINIFORGE_INSTALL_DIR=.miniforge3 -MINIFORGE_INSTALL_SH=Mambaforge-$myos-$myarch.sh +MINIFORGE_INSTALL_SH=Miniforge3-$myos-$myarch.sh curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/$MINIFORGE_INSTALL_SH" rm -Rf "$MINIFORGE_INSTALL_DIR" bash "$MINIFORGE_INSTALL_SH" -b -p "$MINIFORGE_INSTALL_DIR"