Skip to content

Commit

Permalink
Removed atlas cache action step
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Nov 28, 2023
1 parent 02b3791 commit 46d2bc2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,6 @@ jobs:
with:
qt: true

# cache atlases needed by the tests
- name: Cache Atlases
id: atlas-cache
uses: actions/cache@v3
with:
path: | # ensure we don't cache any interrupted atlas download and extraction!
~/.brainglobe/*
!~/.brainglobe/atlas.tar.gz
key: ${{ runner.os }}-cached-atlases
enableCrossOsArchive: false # ~ and $HOME evaluate to different places across OSs!

- if: ${{ steps.atlas-cache.outputs.cache-hit == 'true' }}
name: List files in brainglobe data folder # good to be able to sanity check that user data is as expected
run: |
ls -af ~/.brainglobe/
# Run tests
- uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down

0 comments on commit 46d2bc2

Please sign in to comment.