There was an error while loading. Please reload this page.
1 parent 01cacce commit 37333a8Copy full SHA for 37333a8
1 file changed
.github/workflows/tests.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/cache@v4
44
with:
45
path: ${{ steps.model-cache-dir.outputs.dir }}
46
- key: ${{ runner.os }}-onnx-models-${{ hashFiles('iscc_sct/models_config.py') }}
+ key: ${{ runner.os }}-onnx-models-${{ hashFiles('**/models_config.py') }}
47
restore-keys: |
48
${{ runner.os }}-onnx-models-
49
0 commit comments