Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wxicu committed Jan 18, 2024
1 parent 7c107f9 commit 40673c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Install Nextflow
uses: nf-core/setup-nextflow@v1
- name: Download test dataset
- uses: actions/setup-python@v5
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip'
python-version: "3.9"
cache: "pip"
run: bash ${GITHUB_WORKSPACE}/test_data/download_data.sh
- name: Run pipeline with test data
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test,conda --souporcell False --generate_anndata False
nextflow run ${GITHUB_WORKSPACE} -profile test,conda --souporcell False --generate_anndata False

0 comments on commit 40673c1

Please sign in to comment.