From bf2e027fdf035d0fc106f53c2b9368f0ed733c20 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 2 Feb 2021 15:44:00 -0600 Subject: [PATCH] ci: Remove conda to kickoff CI --- .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 9bd2d4c6..d485d88f 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', 'singularity', 'conda' ] + profile: ['docker', 'singularity'] #'conda' ] env: NXF_ANSI_LOG: false steps: