From 488f61e35510e6017455ed8ec372c1e34c59145d Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 9 Jan 2019 15:29:25 +0100 Subject: [PATCH] [ci] No need to install curl to build --- _ci/before_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ci/before_build.sh b/_ci/before_build.sh index 1061a401..d9c5c006 100755 --- a/_ci/before_build.sh +++ b/_ci/before_build.sh @@ -25,7 +25,7 @@ echo "Contents of \`${CONDARC}':" cat ${CONDARC} # updates conda installation -run_cmd ${CONDA_ROOT}/bin/conda install python conda=4 curl conda-build=3 +run_cmd ${CONDA_ROOT}/bin/conda install python conda=4 conda-build=3 # cleans up run_cmd ${CONDA_ROOT}/bin/conda clean --lock -- GitLab