Skip to content

Commit

Permalink
Merge pull request nf-core#169 from JoseEspinosa/updates
Browse files Browse the repository at this point in the history
Fix download CI
  • Loading branch information
JoseEspinosa authored Jun 25, 2024
2 parents 38e5520 + c993517 commit 6f66cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/download_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git+https://github.com/nf-core/tools.git@dev
pip install git+https://github.com/nf-core/tools.git
- name: Get the repository name and current branch set as environment variable
run: |
Expand Down

0 comments on commit 6f66cb0

Please sign in to comment.