Skip to content

Commit ee9cb75

Browse files
authored
troubleshoot 32bit build (#32241)
1 parent 54b4001 commit ee9cb75

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)