Skip to content

Commit ff86995

Browse files
committed
commentoverwriting variable hdf5_dir
1 parent b8a1a34 commit ff86995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ jobs:
157157
run: |
158158
sudo apt-get update && sudo apt-get install -y libhdf5-mpi$_ch-dev pkg-config
159159
echo NUMBA_THREADING_LAYER=omp >> $GITHUB_ENV
160-
- if: startsWith(matrix.platform, 'macos-')
161-
run: brew install hdf5-mpi && echo HDF5_DIR=/opt/homebrew >> $GITHUB_ENV
160+
#- if: startsWith(matrix.platform, 'macos-')
161+
# run: brew install hdf5-mpi && echo HDF5_DIR=/opt/homebrew >> $GITHUB_ENV
162162
- if: matrix.platform == 'macos-14'
163163
run: echo DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib:/usr/local/lib:/usr/lib:$DYLD_FALLBACK_LIBRARY_PATH >> $GITHUB_ENV
164164
- run: python -We -c "import PyMPDATA_MPI"

0 commit comments

Comments
 (0)