We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 239953e + d745975 commit 1fa9c0dCopy full SHA for 1fa9c0d
CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
### Template
6
7
+- Update the `download_pipeline` workflow to remove dependency on `dev` branch of tools ([#3734](https://github.com/nf-core/tools/pull/3734))
8
+
9
### Linting
10
11
- 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
@@ -57,7 +57,7 @@ jobs:
57
- name: Install dependencies
58
run: |
59
python -m pip install --upgrade pip
60
- pip install git+https://github.com/nf-core/tools.git@dev
+ pip install git+https://github.com/nf-core/tools.git
61
62
- name: Make a cache directory for the container images
63
0 commit comments