From d79583872663c02ad7dd37ba198507960f102e91 Mon Sep 17 00:00:00 2001 From: mcmero <7799828+mcmero@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:00:51 +1000 Subject: [PATCH] Remove splitcode module from test config --- .test/test.config | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.test/test.config b/.test/test.config index 3370aae..d33d041 100755 --- a/.test/test.config +++ b/.test/test.config @@ -79,8 +79,8 @@ profiles { milton { conda.enabled = true cleanup = true - apptainer.enabled = false - apptainer.autoMounts = false + apptainer.enabled = true + apptainer.autoMounts = true singularity.enabled = false process { cpus = 1 @@ -88,9 +88,6 @@ profiles { time = '12h' errorStrategy = { 'retry' } maxRetries = 4 - withLabel:SplitCode { - module = 'splitcode/0.28.3' - } } } test {