Skip to content

Commit

Permalink
upgrade miniconda packages (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons authored Oct 12, 2023
1 parent 5efeab7 commit 1be7172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toolset/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ if [ $INSTALL_IN_CONDA = true ]; then
source "${MINICONDA_INSTALL_DIR}/bin/activate"
fi

printf "Update packages"
conda update -y --all
else
printf "Attempting to install Ansible in base environment\n"
printf "If this fails, please run this script with the --conda flag\n\n"
Expand Down

0 comments on commit 1be7172

Please sign in to comment.