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 d7a9d75 commit 1bfd34eCopy full SHA for 1bfd34e
.github/workflows/ci.yaml
@@ -63,7 +63,7 @@ jobs:
63
id: restore-cache
64
with:
65
path: ~/third
66
- key: third_${{ secrets.CACHE_VERSION }}
+ key: third_${{ hashFiles('tools/github_actions/third-party.sh') }}_${{ secrets.CACHE_VERSION }}
67
68
- name: Download third party data
69
run: |
@@ -119,7 +119,7 @@ jobs:
119
uses: actions/cache@v3
120
121
122
123
if: runner.os == 'Linux'
124
125
- name: Run pytest
0 commit comments