We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2e154 commit 28a0255Copy full SHA for 28a0255
1 file changed
.github/workflows/nf-test.yml
@@ -79,13 +79,6 @@ jobs:
79
mkdir -p $NXF_SINGULARITY_CACHEDIR
80
mkdir -p $NXF_SINGULARITY_LIBRARYDIR
81
82
- - name: Cache pdiff
83
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
84
- id: cache-pip-pdiff
85
- with:
86
- path: ~/.cache/pip
87
- key: ${{ runner.os }}-pip-pdiff
88
-
89
- name: Install pdiff
90
run: python -m pip install --upgrade pip pdiff cryptography
91
0 commit comments