Skip to content

Commit

Permalink
BLD: Swap conda build args to check CI label/channel first
Browse files Browse the repository at this point in the history
BLD: Change url to just channel/label path
  • Loading branch information
buinvest authored and freddiev4 committed May 24, 2017
1 parent d760a84 commit a5ec24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/make_conda_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a5ec24e

Please sign in to comment.