Skip to content

Commit

Permalink
install hd5 on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Apr 29, 2024
1 parent 3f015c4 commit 600bca1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
python-version: "3.10"

steps:
- name: install HDF libs on ARM Mac
if: matrix.os == 'macos-latest'
run: brew install hdf5
# Run tests
- uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down

0 comments on commit 600bca1

Please sign in to comment.