Skip to content

Commit

Permalink
install hdf5 libs on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Apr 29, 2024
1 parent d23ccc6 commit 9197935
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 @@ -40,6 +40,9 @@ jobs:

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

0 comments on commit 9197935

Please sign in to comment.