Skip to content

Commit 3582166

Browse files
jbrockmendelroberthdevries
authored andcommitted
troubleshoot 32bit build (pandas-dev#32241)
1 parent bb93575 commit 3582166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ echo
5050
echo "update conda"
5151
conda config --set ssl_verify false
5252
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
53+
conda install pip conda # create conda to create a historical artifact for pip & setuptools
5454
conda update -n base conda
5555

5656
echo "conda info -a"

0 commit comments

Comments
 (0)