Skip to content

Commit 8f4b27b

Browse files
mirpedrolmashehu
andauthored
Apply suggestions from code review
Co-authored-by: Matthias Hörtenhuber <[email protected]>
1 parent 5d56105 commit 8f4b27b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/create-test-lint-wf-template.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,7 @@ jobs:
7878
uses: nf-core/setup-nf-test@v1
7979
with:
8080
version: "0.9.2"
81-
82-
- name: Install pdiff
83-
shell: bash
84-
run: |
85-
python -m pip install pdiff
81+
install-pdiff: true
8682

8783
# Create template files
8884
- name: Create template skip ${{ matrix.TEMPLATE }}

.github/workflows/create-test-wf.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ jobs:
6363
uses: nf-core/setup-nf-test@v1
6464
with:
6565
version: "0.9.2"
66-
67-
- name: Install pdiff
68-
shell: bash
69-
run: |
70-
python -m pip install pdiff
66+
install-pdiff: true
7167

7268
- name: Run nf-core/tools to create pipeline
7369
run: |

0 commit comments

Comments
 (0)