Skip to content

Commit

Permalink
Migrate from Mambaforge back to Miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
englehardt committed Jan 16, 2025
1 parent a5ca964 commit 6190a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-mamba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# and consumes less resources

# Ref: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/use-conda-with-travis-ci.html
wget -q "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh" -O mamba.sh;
bash mamba.sh -b -p $HOME/mamba
wget -q "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" -O conda.sh;
bash conda.sh -b -p $HOME/conda
source "$HOME/mamba/etc/profile.d/conda.sh"
hash -r
conda config --set always_yes yes --set changeps1 no
Expand Down

0 comments on commit 6190a32

Please sign in to comment.