From d783e2d535c013bd544f4d5e77902c2f997e27ce Mon Sep 17 00:00:00 2001 From: drpatelh Date: Wed, 3 Feb 2021 09:02:12 +0000 Subject: [PATCH] Only test Docker and Conda --- .github/workflows/pytest-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index 87f02f55..affbdd94 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -25,7 +25,7 @@ jobs: matrix: nxf_version: ['20.11.0-edge'] tags: ['${{ fromJson(needs.changes.outputs.modules) }}'] - profile: ['docker', 'singularity', 'conda'] + profile: ['docker', 'conda'] ## 'singularity', env: NXF_ANSI_LOG: false steps: