Skip to content

Commit 74bbbb0

Browse files
Setuptools CI fixup (#29010)
* CI: Fix miniconda upgrade issues
1 parent 8d3fec9 commit 74bbbb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/setup_env.sh

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ echo
5555
echo "update conda"
5656
conda config --set ssl_verify false
5757
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
5859
conda update -n base conda
5960

6061
echo "conda info -a"

0 commit comments

Comments
 (0)