Skip to content

Commit

Permalink
#345 suppress shell interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc authored Aug 23, 2023
1 parent 7ec014a commit edaaff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/conda/setup_conda
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ -e "$CONDA/bin/mamba" ]; then
# Due to an incompatibility between conda an mamba (seen on August 23th, 2023),
# force the version of conda until a patch is released on mamba (code is already
# patched on github, current mamba version is 1.4.9).
"$conda" install 'conda=23.5.2'
"$conda" install -y 'conda=23.5.2'
"$conda" update -y mamba
# "$conda" update -y conda mamba

Expand Down

0 comments on commit edaaff3

Please sign in to comment.