From 4d58ea5a93b2de370bee23f51fd67eea83843163 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Wed, 24 Jul 2024 13:58:23 +0100 Subject: [PATCH] No cache --- .github/workflows/test_and_deploy.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index dab86b9..4f327f8 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -42,13 +42,6 @@ jobs: python-version: "3.12" steps: - - name: Cache data - uses: actions/cache@v4 - with: - path: "~/.brainglobe" - # hash on conftest in case url changes - key: brainglobe_dir${{ hashFiles('package-lock.json') }} - - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: