Skip to content

Commit 330019d

Browse files
committed
Ok, don't run it on MacOS if the runner does not like it
1 parent 6656ca4 commit 330019d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/macos.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
brew install adios2 || true
2626
brew install hdf5-mpi || true
2727
brew install python || true
28-
python3 -m pip install -U mpi4py numpy pandas h5py
28+
python3 -m pip install -U mpi4py numpy pandas
2929
set -e
3030
- name: Build
3131
env: {CXXFLAGS: -Werror, MACOSX_DEPLOYMENT_TARGET: 11.0}
@@ -40,9 +40,7 @@ jobs:
4040
-DopenPMD_USE_MPI=ON \
4141
-DopenPMD_USE_HDF5=ON \
4242
-DopenPMD_USE_ADIOS2=ON \
43-
-DopenPMD_USE_INVASIVE_TESTS=ON \
44-
-DPython_EXECUTABLE=python3 \
45-
-DPYTHON_EXECUTABLE=python3
43+
-DopenPMD_USE_INVASIVE_TESTS=ON
4644
cmake --build build --parallel 3
4745
ctest --test-dir build --verbose
4846

0 commit comments

Comments
 (0)