From d66549012fe66a3bf3e1cddbbf66840b3e405523 Mon Sep 17 00:00:00 2001 From: kba Date: Thu, 13 Nov 2025 14:57:28 +0100 Subject: [PATCH] . --- .github/workflows/test-eynollah.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-eynollah.yml b/.github/workflows/test-eynollah.yml index 49783eb..870a2ce 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'