From 5a3d54609b67b1814c545b7e3dd8b49a82cb00e6 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Fri, 16 Feb 2024 10:24:09 -0600 Subject: [PATCH] test: Add ociAutoPull to nf-test --- tests/config/nf-test.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/config/nf-test.config b/tests/config/nf-test.config index 269f2dc3ca1..38c9236f94c 100644 --- a/tests/config/nf-test.config +++ b/tests/config/nf-test.config @@ -15,6 +15,7 @@ profiles { singularity { singularity.enabled = true singularity.autoMounts = true + singularity.ociAutoPull = true } conda { conda.enabled = true @@ -50,5 +51,5 @@ conda { createTimeout = "120 min" } includeConfig 'test_data.config' manifest { - nextflowVersion = '!>=23.04.0' + nextflowVersion = '!>=23.12.0-edge' }