From d23b7d8ad44f341009d68ca874d7846d2ce4e972 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 15 Nov 2021 11:11:10 -0600 Subject: [PATCH] ci: Point to subworkflow_hacks branch of nf-core tools --- .github/workflows/nf-core-linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nf-core-linting.yml b/.github/workflows/nf-core-linting.yml index 55b8c296..ce441413 100644 --- a/.github/workflows/nf-core-linting.yml +++ b/.github/workflows/nf-core-linting.yml @@ -60,7 +60,7 @@ jobs: # FIXME: Remove this when nf-core modules lint stabilizes and install stable release - name: Install nf-core tools development version - run: python -m pip install --upgrade --force-reinstall git+https://github.com/nf-core/tools.git@dev + run: python -m pip install --upgrade --force-reinstall git+https://github.com/nf-core/tools.git@subworkflow_hacks - name: Install Nextflow env: