Skip to content

Commit 27e3b90

Browse files
TomAugspurgerproost
authored andcommitted
Setuptools CI fixup (pandas-dev#29010)
* CI: Fix miniconda upgrade issues
1 parent dd08085 commit 27e3b90

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)