We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b4001 commit ee9cb75Copy full SHA for ee9cb75
ci/setup_env.sh
@@ -50,7 +50,7 @@ echo
50
echo "update conda"
51
conda config --set ssl_verify false
52
conda config --set quiet true --set always_yes true --set changeps1 false
53
-conda install pip # create conda to create a historical artifact for pip & setuptools
+conda install pip conda # create conda to create a historical artifact for pip & setuptools
54
conda update -n base conda
55
56
echo "conda info -a"
0 commit comments