Skip to content

Commit 37333a8

Browse files
committed
ci: use glob pattern for hashFiles to avoid path issues
- Changed from 'iscc_sct/models_config.py' to '**/models_config.py' - May be more reliable on macOS ARM64 runners - Re-enabled fail-fast
1 parent 01cacce commit 37333a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/cache@v4
4444
with:
4545
path: ${{ steps.model-cache-dir.outputs.dir }}
46-
key: ${{ runner.os }}-onnx-models-${{ hashFiles('iscc_sct/models_config.py') }}
46+
key: ${{ runner.os }}-onnx-models-${{ hashFiles('**/models_config.py') }}
4747
restore-keys: |
4848
${{ runner.os }}-onnx-models-
4949

0 commit comments

Comments
 (0)