Skip to content

Commit

Permalink
Install HDF5 for mac CI (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Oct 30, 2023
1 parent 5443431 commit 8866e3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
python-version: "3.10"

steps:
- name: Install hdf5 libs for Mac
if: runner.os == 'macOS'
run: brew install hdf5

# Run tests
- uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down

0 comments on commit 8866e3a

Please sign in to comment.