We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a6b11 commit 8ba2914Copy full SHA for 8ba2914
.github/workflows/tox.yml
@@ -122,15 +122,6 @@ jobs:
122
with:
123
path: ~/.cache/stanford-crn/
124
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-
134
135
136
path: ~/.cache/templateflow
0 commit comments