Skip to content

Commit

Permalink
Backport PR #32241: CI: troubleshoot 32bit build (#32245)
Browse files Browse the repository at this point in the history
Co-authored-by: jbrockmendel <[email protected]>
  • Loading branch information
meeseeksmachine and jbrockmendel authored Feb 25, 2020
1 parent e40ff65 commit 3d585f7
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 3d585f7

Please sign in to comment.