Skip to content

Commit

Permalink
Merge pull request #326 from lsst/tickets/DM-45888
Browse files Browse the repository at this point in the history
DM-45888: Remove mambaforge for miniforge
  • Loading branch information
roceb authored Oct 2, 2024
2 parents c703d65 + e0494d5 commit 2391349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ main() {
# install miniconda
miniconda_lock="${miniconda_path}/.deployed"
test -f "$miniconda_lock" || (
miniconda_file_name="Mambaforge-${ana_platform}.sh"
miniconda_file_name="Miniforge3-${ana_platform}.sh"

echo "::: Deploying ${miniconda_file_name}"

Expand Down

0 comments on commit 2391349

Please sign in to comment.