Skip to content

Commit

Permalink
Update caching
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed May 20, 2024
1 parent 4081f85 commit 6745a9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
- name: Cache atlases
uses: actions/cache@v3
with:
path: ~/.brainglobe
path: | # ensure we don't cache any interrupted atlas download and extraction, if e.g. we cancel the workflow manually
~/.brainglobe
!~/.brainglobe/atlas.tar.gz
key: bg-atlases
- name: install HDF5 libs on ARM Mac
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 6745a9e

Please sign in to comment.