We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4081f85 commit 9c9929aCopy full SHA for 9c9929a
.github/workflows/test_and_deploy.yml
@@ -40,10 +40,12 @@ jobs:
40
python-version: "3.9"
41
42
steps:
43
- - name: Cache atlases
+ - name: Cache brainglobe directory
44
uses: actions/cache@v3
45
with:
46
- path: ~/.brainglobe
+ path: | # ensure we don't cache any interrupted atlas download and extraction, if e.g. we cancel the workflow manually
47
+ ~/.brainglobe
48
+ !~/.brainglobe/atlas.tar.gz
49
key: bg-atlases
50
- name: install HDF5 libs on ARM Mac
51
if: matrix.os == 'macos-latest'
0 commit comments