From b83ce8ec09cc54a0304ed87a95b5e1aaa732b964 Mon Sep 17 00:00:00 2001 From: MeeseeksMachine <39504233+meeseeksmachine@users.noreply.github.com> Date: Wed, 16 Oct 2019 05:37:34 -0700 Subject: [PATCH] Backport PR #29010: Setuptools CI fixup (#29015) --- ci/setup_env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/setup_env.sh b/ci/setup_env.sh index 02e48f6cb9af1..1834b9674d898 100755 --- a/ci/setup_env.sh +++ b/ci/setup_env.sh @@ -55,6 +55,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 update -n base conda echo "conda info -a"