We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d56105 commit 8f4b27bCopy full SHA for 8f4b27b
.github/workflows/create-test-lint-wf-template.yml
@@ -78,11 +78,7 @@ jobs:
78
uses: nf-core/setup-nf-test@v1
79
with:
80
version: "0.9.2"
81
-
82
- - name: Install pdiff
83
- shell: bash
84
- run: |
85
- python -m pip install pdiff
+ install-pdiff: true
86
87
# Create template files
88
- name: Create template skip ${{ matrix.TEMPLATE }}
.github/workflows/create-test-wf.yml
@@ -63,11 +63,7 @@ jobs:
63
64
65
66
67
68
69
70
71
72
- name: Run nf-core/tools to create pipeline
73
run: |
0 commit comments