From 83d766b16d8914117955d5ea0306d04641c3814b Mon Sep 17 00:00:00 2001 From: jvfe Date: Tue, 26 Nov 2024 12:26:07 -0300 Subject: [PATCH] chore: Remove todo from test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c1a491..1a01e59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: matrix: NXF_VER: - "latest-stable" - profile: ["docker"] # TODO , "singularity", "conda"] + profile: ["docker"] steps: - name: Check out pipeline code uses: actions/checkout@v2