mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-16 09:24:19 +01:00
.
This commit is contained in:
parent
d66549012f
commit
67003b837c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-eynollah.yml
vendored
4
.github/workflows/test-eynollah.yml
vendored
|
|
@ -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'
|
||||||
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
if: steps.all_model_cache.outputs.cache-hit != 'true'
|
if: steps.all_model_cache.outputs.cache-hit != 'true'
|
||||||
with:
|
with:
|
||||||
path: models_eynollah
|
path: models_eynollah
|
||||||
key: models_eynollah
|
key: models_eynollah-${{ hashFiles('src/eynollah/model_zoo/default_specs.py') }}
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue