From 7019c226b81e0cadb65be57a647ce16079506689 Mon Sep 17 00:00:00 2001 From: atrigila <18577080+atrigila@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:35:03 +0000 Subject: [PATCH] fix: ci nextflow version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68592e9f..878d6dc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Set up Nextflow uses: nf-core/setup-nextflow@v2 with: - fetch-depth: 0 + version: "${{ matrix.NXF_VER }}" - uses: actions/setup-python@v4 with: