Skip to content

Commit

Permalink
Merge pull request #356 from brainglobe/cache
Browse files Browse the repository at this point in the history
Update caching
  • Loading branch information
alessandrofelder authored May 20, 2024
2 parents 2e10fab + 31cf76e commit 48f655f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ jobs:
python-version: "3.11"

steps:
- name: Cache atlases
- name: Cache brainglobe directory
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: brainglobe

- name: Install hdf5 libs for Mac
Expand Down

0 comments on commit 48f655f

Please sign in to comment.