mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 13:43:09 +00:00
ci: Point to subworkflow_hacks branch of nf-core tools
This commit is contained in:
parent
b0240a014a
commit
d23b7d8ad4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nf-core-linting.yml
vendored
2
.github/workflows/nf-core-linting.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
|
||||
# FIXME: Remove this when nf-core modules lint stabilizes and install stable release
|
||||
- name: Install nf-core tools development version
|
||||
run: python -m pip install --upgrade --force-reinstall git+https://github.com/nf-core/tools.git@dev
|
||||
run: python -m pip install --upgrade --force-reinstall git+https://github.com/nf-core/tools.git@subworkflow_hacks
|
||||
|
||||
- name: Install Nextflow
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue