github ci: cache models with model_zoo default config as key

This commit is contained in:
kba 2025-11-13 13:58:38 +01:00
parent b34329dd61
commit b9bc8e79c0

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 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'