We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3fec9 commit 74bbbb0Copy full SHA for 74bbbb0
ci/setup_env.sh
@@ -55,6 +55,7 @@ echo
55
echo "update conda"
56
conda config --set ssl_verify false
57
conda config --set quiet true --set always_yes true --set changeps1 false
58
+conda install pip # create conda to create a historical artifact for pip & setuptools
59
conda update -n base conda
60
61
echo "conda info -a"
0 commit comments