From 1bc8f8c1f0e09981beff178a87c7993fcf9df1ac Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 7 Apr 2021 12:49:41 -0400 Subject: different image --- libtest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtest.groovy b/libtest.groovy index 2e35fc4..2774278 100644 --- a/libtest.groovy +++ b/libtest.groovy @@ -10,7 +10,7 @@ jobconfig.post_test_summary = true // Define each build configuration, copying and overriding values as necessary. bc0 = new BuildConfig() -bc0.nodetype = "linux-stable" +bc0.nodetype = "python37" bc0.name = "libtest" bc0.build_cmds = ["true"] bc0.test_cmds = ["conda install -q -y pytest requests astropy", -- cgit