Skip to content

Commit a4fdfa4

Browse files
authored
Merge pull request #1 from epassaro/hdf-fix
add fix for macos and py39
2 parents a646551 + 5c9ec7a commit a4fdfa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ jobs:
4949
python-version: ${{ matrix.python-version }}
5050
- name: Install Tox
5151
run: python -m pip install tox
52+
- name: Install HDF5 (macOS)
53+
run: brew install hdf5 c-blosc
54+
if: matrix.os == 'macos-latest'
5255
- name: Run Tox
5356
run: tox -v -e ${{ matrix.toxenv }}

0 commit comments

Comments
 (0)