Skip to content

Commit 1fa9c0d

Browse files
authored
Merge branch 'dev' into container-load-scripts
2 parents 239953e + d745975 commit 1fa9c0d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Template
66

7+
- Update the `download_pipeline` workflow to remove dependency on `dev` branch of tools ([#3734](https://github.com/nf-core/tools/pull/3734))
8+
79
### Linting
810

911
- ignore files in gitignore also for pipeline_if_empty_null lint test ([#3722](https://github.com/nf-core/tools/pull/3722))

nf_core/pipeline-template/.github/workflows/download_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install dependencies
5858
run: |
5959
python -m pip install --upgrade pip
60-
pip install git+https://github.com/nf-core/tools.git@dev
60+
pip install git+https://github.com/nf-core/tools.git
6161
6262
- name: Make a cache directory for the container images
6363
run: |

0 commit comments

Comments
 (0)