Skip to content

Commit

Permalink
Temporarily constrain conda and mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Oct 2, 2023
1 parent a1bf71c commit 501fa1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ def install_miniconda(conda_base, activate_base, logger):

commands = f'{activate_base} && ' \
f'mamba update -y --all && ' \
f'mamba update "conda>=4.14,<23.9.0a0" mamba=1.5.1 -y --all ' \
f'&& ' \
f'mamba init'

check_call(commands, logger=logger)
Expand Down

0 comments on commit 501fa1c

Please sign in to comment.