Skip to content

Commit 6363726

Browse files
bhazeltonplaplant
authored andcommitted
reinstate conda updates in conda install script
1 parent c6046d2 commit 6363726

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ci/install_conda.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ if [[ ! $OS == 'macos-latest' ]]; then
1212
fi
1313
fi
1414
conda config --set always_yes yes --set changeps1 no
15-
# try commenting out the conda update call to see if it fixes issues on mac tests
16-
# conda update -q conda
15+
conda update -q conda
1716
conda info -a
1817
conda create --name=${ENV_NAME} python=$PYTHON --quiet
1918
conda env update -n ${ENV_NAME} -f ci/${ENV_NAME}.yml

0 commit comments

Comments
 (0)