From 67003b837c9465199879e6e208e09c6ff7972eb7 Mon Sep 17 00:00:00 2001 From: kba Date: Thu, 13 Nov 2025 16:56:04 +0100 Subject: [PATCH] . --- .github/workflows/test-eynollah.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-eynollah.yml b/.github/workflows/test-eynollah.yml index 870a2ce..d6b92ba 100644 --- a/.github/workflows/test-eynollah.yml +++ b/.github/workflows/test-eynollah.yml @@ -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