From 5f11f96f405d4df5e0155d6450255ebb89dd0184 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 8 Nov 2017 22:24:02 +0000 Subject: [PATCH] I thought update would install --- .ci/build_conda_dist.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/build_conda_dist.sh b/.ci/build_conda_dist.sh index 0ef6e7a81..0cd2bd455 100644 --- a/.ci/build_conda_dist.sh +++ b/.ci/build_conda_dist.sh @@ -19,7 +19,8 @@ rm vars.txt mkdir -p dist -conda update conda setuptools conda-build +conda update --yes conda +conda install --yes setuptools conda-build conda build --output-folder=dist .conda -- GitLab