Skip to content

Commit

Permalink
refactor: install_miniconda - conda update
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonos committed Dec 2, 2023
1 parent 879a26c commit 18123d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .assets/provision/install_miniconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if $fix_certify; then
fi

# *Update conda.
conda update -n base -c defaults conda --yes
conda update --name base --channel defaults conda --yes --update-all
conda clean --yes --all

# *Fix certificates after update.
Expand Down

0 comments on commit 18123d4

Please sign in to comment.