Skip to content

Commit 27dc885

Browse files
committed
CI: Save TemplateFlow cache
1 parent 536411a commit 27dc885

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@ jobs:
9393
with:
9494
path: ~/.cache/stanford-crn/
9595
key: data-v0-${{ github.ref_name }}-${{ github.sha }}
96+
- name: Load TemplateFlow cache
97+
uses: actions/cache@v2
98+
id: templateflow
99+
with:
100+
path: ~/.cache/templateflow
101+
key: templateflow-v0-${{ github.ref_name }}-${{ strategy.job-index }}-${{ github.sha }}
102+
restore-keys: |
103+
templateflow-v0-${{ github.ref_name }}-
104+
templateflow-v0-
96105
- name: Fetch packages
97106
uses: actions/download-artifact@v3
98107
with:

0 commit comments

Comments
 (0)