Skip to content

Commit 32bd02a

Browse files
committed
Test both brew packages hdf5 and hdf5-mpi at the same time (conflicting?)
1 parent ffd4955 commit 32bd02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test-mac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Install FANS dependencies
29-
run: brew install cmake hdf5 openmpi eigen fftw
29+
run: brew install cmake hdf5 hdf5-mpi openmpi eigen fftw
3030

3131
- name: Generate build directory
3232
run: mkdir -p ${{ env.FANS_BUILD_DIR }}

0 commit comments

Comments
 (0)