Skip to content

Commit

Permalink
Merge pull request #404 from xylar/constrain_mamba
Browse files Browse the repository at this point in the history
Constrain mamba to avoid recent issue
  • Loading branch information
xylar authored Jun 8, 2022
2 parents 6107bcd + 8363430 commit 3ce3078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def install_miniconda(conda_base, activate_base, logger):
commands = '{}; ' \
'conda config --add channels conda-forge; ' \
'conda config --set channel_priority strict; ' \
'conda install -y mamba boa; ' \
'conda install -y "mamba>=0.24.0" boa; ' \
'conda update -y --all'.format(activate_base)

check_call(commands, logger=logger)
Expand Down

0 comments on commit 3ce3078

Please sign in to comment.