Skip to content

Commit 8e18eea

Browse files
committed
Try setting an explicit Python executable in MacOS workflow
1 parent ddfd481 commit 8e18eea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/macos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
-DopenPMD_USE_MPI=ON \
4141
-DopenPMD_USE_HDF5=ON \
4242
-DopenPMD_USE_ADIOS2=ON \
43-
-DopenPMD_USE_INVASIVE_TESTS=ON
43+
-DopenPMD_USE_INVASIVE_TESTS=ON \
44+
-DPython_EXECUTABLE=python3 \
45+
-DPYTHON_EXECUTABLE=python3
4446
cmake --build build --parallel 3
4547
ctest --test-dir build --verbose
4648

0 commit comments

Comments
 (0)