mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 16:44:59 +08:00
BLD: Swap conda build args to check CI label/channel first
BLD: Change url to just channel/label path
This commit is contained in:
committed by
Freddie Vargus
parent
d760a84468
commit
a5ec24e006
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user