Skip to content

Commit

Permalink
fix linting error after updating workflow download pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-VM committed Mar 30, 2024
1 parent cd0f061 commit 1003eb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/download_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
NXF_SINGULARITY_HOME_MOUNT: true
run: nextflow run ./${{ env.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ env.REPO_BRANCH }}) -stub -profile test,singularity --outdir ./results
- name: Run the downloaded pipeline (stub run not supported)
uses: nf-core/setup-nextflow@v2
id: run_pipeline
if: ${{ job.steps.stub_run_pipeline.status == failure() }}
env:
Expand Down

0 comments on commit 1003eb3

Please sign in to comment.