aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deliver.groovy4
1 files changed, 4 insertions, 0 deletions
diff --git a/deliver.groovy b/deliver.groovy
index 42ef1d5..509ad69 100644
--- a/deliver.groovy
+++ b/deliver.groovy
@@ -193,6 +193,10 @@ def gen_specfiles(label, run_tests) {
sh(script: "pip install --no-deps -e .")
}
println("Test commands(s):")
+ // TODO: Remove after 2019.2 delivery.
+ if (pkg_name == 'calcos') {
+ sh(script: "conda install ci-watson")
+ }
println(bc.test_cmds)
for (tcmd in bc.test_cmds) {
sh(script: "${tcmd} || true")