From e83d59a7d1d6d5741743904a28d7115e8c222526 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Thu, 25 Jul 2024 09:15:35 +0100 Subject: [PATCH] restore cache settings --- .github/workflows/test_and_deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 4efd184..5721c1b 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -46,8 +46,7 @@ jobs: uses: actions/cache@v4 with: path: $HOME/.brainglobe" - key: brainglobe-data-${{ runner.os }} - enableCrossOsArchive: false + key: brainglobe_dir - name: Set up Python ${{ matrix.python-version }}