From a5ec24e006fd5b741f0f50d89eb57353f08a03af Mon Sep 17 00:00:00 2001 From: Freddie Vargus Date: Wed, 24 May 2017 17:28:20 -0400 Subject: [PATCH] BLD: Swap conda build args to check CI label/channel first BLD: Change url to just channel/label path --- ci/make_conda_packages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/make_conda_packages.py b/ci/make_conda_packages.py index 1cfe4acf8..1f41249a7 100644 --- a/ci/make_conda_packages.py +++ b/ci/make_conda_packages.py @@ -31,8 +31,8 @@ def main(env, do_upload): "--python", env['CONDA_PY'], "--numpy", env['CONDA_NPY'], "--skip-existing", - "-c", "quantopian", - "-c", "https://conda.anaconda.org/quantopian/label/ci"] + "-c", "quantopian/label/ci", + "-c", "quantopian"] output = None