Skip to content

Commit

Permalink
Merge pull request #720 from xylar/remove-conda-constraint
Browse files Browse the repository at this point in the history
Remove temporary fix for mamba 1.5.1
  • Loading branch information
xylar authored Oct 17, 2023
2 parents 3695a39 + a670c3c commit 86c18f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conda/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ def install_miniconda(conda_base, activate_base, logger):
check_call(commands, logger=logger)

commands = f'{activate_base} && ' \
f'conda install -y --force-reinstall' \
f' mamba=1.5.1 conda=23.7.4 && ' \
f'mamba update -y --all && ' \
f'mamba init'

Expand Down

0 comments on commit 86c18f9

Please sign in to comment.