Skip to content

Commit

Permalink
Stop removing boa
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Aug 14, 2023
1 parent 64bd670 commit 9951e48
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions conda/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,6 @@ def install_miniconda(conda_base, activate_base, logger):

check_call(commands, logger=logger)

commands = f'{activate_base} && ' \
f'conda remove -y boa'
try:
check_call(commands, logger=logger)
except subprocess.CalledProcessError:
pass

commands = f'{activate_base} && ' \
f'mamba update -y --all && ' \
f'mamba init'
Expand Down

0 comments on commit 9951e48

Please sign in to comment.