We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6656ca4 commit 330019dCopy full SHA for 330019d
1 file changed
.github/workflows/macos.yml
@@ -25,7 +25,7 @@ jobs:
25
brew install adios2 || true
26
brew install hdf5-mpi || true
27
brew install python || true
28
- python3 -m pip install -U mpi4py numpy pandas h5py
+ python3 -m pip install -U mpi4py numpy pandas
29
set -e
30
- name: Build
31
env: {CXXFLAGS: -Werror, MACOSX_DEPLOYMENT_TARGET: 11.0}
@@ -40,9 +40,7 @@ jobs:
40
-DopenPMD_USE_MPI=ON \
41
-DopenPMD_USE_HDF5=ON \
42
-DopenPMD_USE_ADIOS2=ON \
43
- -DopenPMD_USE_INVASIVE_TESTS=ON \
44
- -DPython_EXECUTABLE=python3 \
45
- -DPYTHON_EXECUTABLE=python3
+ -DopenPMD_USE_INVASIVE_TESTS=ON
46
cmake --build build --parallel 3
47
ctest --test-dir build --verbose
48
0 commit comments