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