File tree Expand file tree Collapse file tree 5 files changed +2
-13
lines changed
nf_core/pipeline-template/.github Expand file tree Collapse file tree 5 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,6 @@ jobs:
113113 - name : run pipeline nf-test
114114 if : ${{ matrix.TEMPLATE != 'all' && matrix.TEMPLATE != 'nf-test' }}
115115 shell : bash
116- env :
117- NFT_DIFF : " pdiff"
118- NFT_DIFF_ARGS : " --line-numbers --width 120 --expand-tabs=2"
119116 run : |
120117 cd create-test-lint-wf/my-prefix-testpipeline
121118 nf-test test \
Original file line number Diff line number Diff line change 7777
7878 - name : Run nf-test
7979 shell : bash
80- env :
81- NFT_DIFF : " pdiff"
82- NFT_DIFF_ARGS : " --line-numbers --width 120 --expand-tabs=2"
8380 run : |
8481 cd create-test-wf/nf-core-testpipeline
8582 nf-test test \
Original file line number Diff line number Diff line change 8383- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.9 ([ #3563 ] ( https://github.com/nf-core/tools/pull/3563 ) )
8484- chore(deps): update python:3.12-slim docker digest to 31a416d ([ #3568 ] ( https://github.com/nf-core/tools/pull/3568 ) )
8585- chore(deps): update codecov/codecov-action digest to 18283e0 ([ #3575 ] ( https://github.com/nf-core/tools/pull/3575 ) )
86+ - use pdiff from setup-nf-test ([ #3578 ] ( https://github.com/nf-core/tools/pull/3578 ) )
8687- chore(deps): update python:3.12-slim docker digest to fd95fa2 ([ #3587 ] ( https://github.com/nf-core/tools/pull/3587 ) )
8788- chore(deps): update gitpod/workspace-base docker digest to 3aa18f4 ([ #3586 ] ( https://github.com/nf-core/tools/pull/3586 ) )
8889- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.11 ([ #3585 ] ( https://github.com/nf-core/tools/pull/3585 ) )
Original file line number Diff line number Diff line change 3333 uses : nf-core/setup-nf-test@v1
3434 with :
3535 version : " ${{ env.NFT_VER }}"
36+ install-pdiff : true
3637
3738 - name : Setup apptainer
3839 if : contains(inputs.profile, 'singularity')
5354 conda-solver : libmamba
5455 conda-remove-defaults : true
5556
56- - name : Install pdiff
57- shell : bash
58- run : |
59- python -m pip install pdiff
60-
6157 # TODO Skip failing conda tests and document their failures
6258 # https://github.com/nf-core/modules/issues/7017
6359 - name : Run nf-test
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ concurrency:
2525
2626env :
2727 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28- NFT_DIFF : " pdiff"
29- NFT_DIFF_ARGS : " --line-numbers --width 120 --expand-tabs=2"
3028 NFT_VER : " 0.9.2"
3129 NFT_WORKDIR : " ~"
3230 NXF_ANSI_LOG : false
You can’t perform that action at this time.
0 commit comments