Skip to content

Commit

Permalink
No cache
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Jul 24, 2024
1 parent b41e9c3 commit 4d58ea5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d58ea5

Please sign in to comment.