Skip to content

Commit

Permalink
missing double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Apr 30, 2024
1 parent 7eedf38 commit 2a04595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
- name: Cache atlases
uses: actions/cache@v3
with:
path: ~/.brainglobe
path: "~/.brainglobe"
key: atlases
fail-on-cache-miss: true
# install additional Macos dependencies
- name: install HDF5 libraries (needed on M1 Macs only)
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 2a04595

Please sign in to comment.