Skip to content

Commit

Permalink
troubleshoot 32bit build (#32241)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel authored Feb 25, 2020
1 parent 54b4001 commit ee9cb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ echo
echo "update conda"
conda config --set ssl_verify false
conda config --set quiet true --set always_yes true --set changeps1 false
conda install pip # create conda to create a historical artifact for pip & setuptools
conda install pip conda # create conda to create a historical artifact for pip & setuptools
conda update -n base conda

echo "conda info -a"
Expand Down

0 comments on commit ee9cb75

Please sign in to comment.