Skip to content

Commit 8ba2914

Browse files
committed
ci: Remove duplicate cache
1 parent 37a6b11 commit 8ba2914

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/tox.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,6 @@ jobs:
122122
with:
123123
path: ~/.cache/stanford-crn/
124124
key: data-v0-${{ github.ref_name }}-${{ github.sha }}
125-
- name: Load TemplateFlow cache
126-
uses: actions/cache@v4
127-
id: templateflow
128-
with:
129-
path: ~/.cache/templateflow
130-
key: templateflow-v0-${{ github.ref_name }}-${{ strategy.job-index }}-${{ github.sha }}
131-
restore-keys: |
132-
templateflow-v0-${{ github.ref_name }}-
133-
templateflow-v0-
134125
- uses: actions/cache@v4
135126
with:
136127
path: ~/.cache/templateflow

0 commit comments

Comments
 (0)