Skip to content

Commit

Permalink
update cache
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Jul 23, 2024
1 parent 995e190 commit 525c256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
path: "~/.brainglobe"
# hash on conftest in case url changes
key: brainglobe_dir-${{ hashFiles('package-lock.json') }}
key: brainglobe_dir${{ hashFiles('package-lock.json') }}

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 525c256

Please sign in to comment.