This commit is contained in:
kba 2025-11-13 14:57:28 +01:00
parent b9bc8e79c0
commit d66549012f

View file

@ -35,7 +35,7 @@ jobs:
id: all_model_cache id: all_model_cache
with: with:
path: models_eynollah path: models_eynollah
key: models_eynollah-${{ hashFiles(src/eynollah/model_zoo/default_specs.py) }} key: models_eynollah-${{ hashFiles("src/eynollah/model_zoo/default_specs.py") }}
- name: Download models - name: Download models
if: steps.all_model_cache.outputs.cache-hit != 'true' if: steps.all_model_cache.outputs.cache-hit != 'true'