Skip to content

Commit

Permalink
temp fix mac CI by brew-installing hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Oct 30, 2023
1 parent 94213a1 commit 218c0ce
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 218c0ce

Please sign in to comment.