diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 5721c1b..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 brainglobe data - uses: actions/cache@v4 - with: - path: $HOME/.brainglobe" - key: brainglobe_dir - - - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: