Skip to content

Commit

Permalink
use miniforge in CI (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Oct 2, 2024
1 parent c827df7 commit 77ee510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci-support/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 77ee510

Please sign in to comment.