Skip to content

Commit f8014d1

Browse files
committed
Install HDF5 on macos-latest
1 parent 9a856bc commit f8014d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
run: |
3535
python -m pip install --upgrade pip setuptools wheel
3636
python -m pip install tox tox-gh-actions
37+
38+
- name: Install HDF5 on macos-latest
39+
if: ${{ matrix.runs-on == 'macos-latest' }}
40+
run: |
41+
brew install hdf5
42+
3743
- name: Test with tox
3844
run:
3945
tox --

0 commit comments

Comments
 (0)