We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa93794 commit 5e51883Copy full SHA for 5e51883
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install brew dependencies
56
if: matrix.os == 'macos-latest'
57
run: |
58
- brew install open-mpi hdf5-mpi
+ brew install open-mpi hdf5 hdf5-mpi
59
60
- name: Set up Python ${{ matrix.python-version }}
61
uses: actions/setup-python@v5
0 commit comments