From 725de25ce414a76ec660c5f1eebfe044b82a82af Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 2 Feb 2021 17:03:29 -0600 Subject: [PATCH] Revert "ci: Only test docker for now" This reverts commit c63ba067772573993f06cba9ed92149923298393. --- .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 727cf0d5..4eb86980 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -24,7 +24,7 @@ jobs: matrix: nxf_version: ['20.11.0-edge'] tags: ['${{ fromJson(needs.changes.outputs.modules) }}'] - profile: ['docker'] # FIXME, 'singularity', 'conda' ] + profile: ['docker', 'singularity'] #'conda' ] env: NXF_ANSI_LOG: false steps: