From f1bb4c128dc5cfa0e9e494e041c1f7654abec098 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Thu, 25 Jul 2024 14:01:16 +0100 Subject: [PATCH] update caching --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index b359e6d..e62f67d 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -78,7 +78,7 @@ jobs: with: path: "$HOME/.brainglobe" # hash on conftest in case url changes - key: brainglobe-dir${{ runner.os }}${{ hashFiles('**/conftest.py') }} + key: brainglobe-dir-${{ runner.os }}${{ hashFiles('**/conftest.py') }} - name: Set up Python uses: actions/setup-python@v4