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'