We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6046d2 commit 6363726Copy full SHA for 6363726
1 file changed
ci/install_conda.sh
@@ -12,8 +12,7 @@ if [[ ! $OS == 'macos-latest' ]]; then
12
fi
13
14
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
+conda update -q conda
17
conda info -a
18
conda create --name=${ENV_NAME} python=$PYTHON --quiet
19
conda env update -n ${ENV_NAME} -f ci/${ENV_NAME}.yml
0 commit comments