From c2e139f117fd755d8245daef7a933bbf116aae72 Mon Sep 17 00:00:00 2001 From: Xichen Wu Date: Thu, 18 Jan 2024 12:55:52 +0100 Subject: [PATCH] fix workflow --- .github/workflows/test_action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index c40974a..85c3a7e 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -15,11 +15,12 @@ jobs: channels: conda-forge, bioconda - name: Install Nextflow uses: nf-core/setup-nextflow@v1 - - name: Download test dataset + - name: Set up Python to install gdown uses: actions/setup-python@v5 with: python-version: "3.9" cache: "pip" + - name: Download test dataset run: bash ${GITHUB_WORKSPACE}/test_data/download_data.sh - name: Run pipeline with test data run: |