This commit is contained in:
kba 2025-11-13 16:56:04 +01:00
parent d66549012f
commit 67003b837c

View file

@ -35,7 +35,7 @@ jobs:
id: all_model_cache
with:
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
if: steps.all_model_cache.outputs.cache-hit != 'true'
@ -47,7 +47,7 @@ jobs:
if: steps.all_model_cache.outputs.cache-hit != 'true'
with:
path: models_eynollah
key: models_eynollah
key: models_eynollah-${{ hashFiles('src/eynollah/model_zoo/default_specs.py') }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5