From 268d75a14701fa1386c2e8050f112241f5837341 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 7 Apr 2021 16:44:48 -0400 Subject: asdfasl --- libtest.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libtest.groovy b/libtest.groovy index a6a97ad..fbdfd8a 100644 --- a/libtest.groovy +++ b/libtest.groovy @@ -13,6 +13,10 @@ bc0 = new BuildConfig() bc0.nodetype = "RHEL-7" bc0.name = "libtest" bc0.build_cmds = ["true"] +bc0.conda_ver = '4.9.2' +bc0.conda_packages = [ + "python=3.7", +] bc0.test_cmds = ["pip install pytest", "pytest tests --basetemp=tests_output --junitxml results.xml --remote-data tests/"] bc0.failedUnstableThresh = 1 -- cgit