Skip to content

Commit 28a0255

Browse files
committed
don't use the cache-action (has been turned off?)
1 parent 9a2e154 commit 28a0255

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/nf-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ jobs:
7979
mkdir -p $NXF_SINGULARITY_CACHEDIR
8080
mkdir -p $NXF_SINGULARITY_LIBRARYDIR
8181
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-
8982
- name: Install pdiff
9083
run: python -m pip install --upgrade pip pdiff cryptography
9184

0 commit comments

Comments
 (0)