Skip to content

Commit

Permalink
Fix caching in CI (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov authored Sep 4, 2024
1 parent 6a7186b commit 92921dc
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 @@ -43,7 +43,7 @@ jobs:
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: atlases
key: atlases

- name: Setup QT libraries
uses: tlambert03/setup-qt-libs@v1
Expand Down

0 comments on commit 92921dc

Please sign in to comment.