From 310d9934507096badf3f65e85b874d84d918945b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Grad?= Date: Wed, 4 Dec 2024 21:29:35 +0100 Subject: [PATCH] CI: Drop flaky hdf5-mpi package from macOS --- .github/actions/build_and_check/action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions/build_and_check/action.yml b/.github/actions/build_and_check/action.yml index 5e87f0e7ad..9b647ec349 100644 --- a/.github/actions/build_and_check/action.yml +++ b/.github/actions/build_and_check/action.yml @@ -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