From ce8418af9d2023a7b495077b6c2b41e90ffed15f Mon Sep 17 00:00:00 2001 From: fabianegli Date: Mon, 18 Jul 2022 15:20:02 +0200 Subject: [PATCH] bump Python version pipeline-template github workflow --- nf_core/pipeline-template/.github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/pipeline-template/.github/workflows/linting.yml b/nf_core/pipeline-template/.github/workflows/linting.yml index ddeac22c44..9fb569ab0d 100644 --- a/nf_core/pipeline-template/.github/workflows/linting.yml +++ b/nf_core/pipeline-template/.github/workflows/linting.yml @@ -76,7 +76,7 @@ jobs: - uses: actions/setup-python@v3 with: - python-version: "3.6" + python-version: "3.7" architecture: "x64" - name: Install dependencies