Skip to content

Commit 585abc7

Browse files
TomAugspurgerNico Cernek
authored and
Nico Cernek
committed
Setuptools CI fixup (pandas-dev#29010)
* CI: Fix miniconda upgrade issues
1 parent 7638f53 commit 585abc7

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)