Allow builds to define their custom condarc to be used
Compare changes
+ 24
− 5
@@ -14,7 +14,7 @@ from . import bdt
@@ -278,7 +278,11 @@ def base_build(order, group, python, dry_run):
@@ -375,6 +379,11 @@ def test(ctx, dry_run):
@@ -387,7 +396,7 @@ def test(ctx, dry_run):
@@ -429,6 +438,11 @@ def build(ctx, dry_run):
@@ -441,7 +455,7 @@ def build(ctx, dry_run):
@@ -552,6 +566,11 @@ def nightlies(ctx, order, dry_run):
@@ -563,7 +582,7 @@ def nightlies(ctx, order, dry_run):