Skip to content

Commit

Permalink
CI: Drop flaky hdf5-mpi package from macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Dec 4, 2024
1 parent f83d98d commit 310d993
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/build_and_check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ runs:
steps:
- run: |
brew install boost boost-mpi fftw
brew install hdf5-mpi
pip3 install -c requirements.txt "cython<3.0" numpy scipy h5py packaging
pip3 install -c requirements.txt "cython<3.0" numpy scipy packaging
shell: bash
if: runner.os == 'macOS'
- run: |
export myconfig=maxset with_cuda=false with_gsl=false test_timeout=800 check_skip_long=true
export myconfig=maxset with_cuda=false with_gsl=false with_hdf5=false test_timeout=800 check_skip_long=true
bash maintainer/CI/build_cmake.sh
shell: bash
# This is a workaround for the unfortunate interaction of MacOS and OpenMPI 4
Expand Down

0 comments on commit 310d993

Please sign in to comment.