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'],
|
"--python", env['CONDA_PY'],
|
||||||
"--numpy", env['CONDA_NPY'],
|
"--numpy", env['CONDA_NPY'],
|
||||||
"--skip-existing",
|
"--skip-existing",
|
||||||
"-c", "quantopian",
|
"-c", "quantopian/label/ci",
|
||||||
"-c", "https://conda.anaconda.org/quantopian/label/ci"]
|
"-c", "quantopian"]
|
||||||
|
|
||||||
output = None
|
output = None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user