mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-29 00:22:00 +00:00
Update macos_brew_install_llvm
pipeline to use expected Python installation
This commit is contained in:
parent
f50f912a8c
commit
bed84d6fcc
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -1141,7 +1141,7 @@ jobs:
|
||||
-DDOWNLOAD_EIGEN=ON
|
||||
-DCMAKE_CXX_COMPILER=clang++
|
||||
-DCMAKE_CXX_STANDARD=17
|
||||
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
|
||||
-DPYTHON_EXECUTABLE=/usr/local/bin/python3
|
||||
|
||||
- name: Build
|
||||
run: cmake --build . -j 2
|
||||
@ -1164,7 +1164,7 @@ jobs:
|
||||
-DDOWNLOAD_EIGEN=ON
|
||||
-DCMAKE_CXX_COMPILER=clang++
|
||||
-DCMAKE_CXX_STANDARD=17
|
||||
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
|
||||
-DPYTHON_EXECUTABLE=/usr/local/bin/python3
|
||||
"-DPYBIND11_TEST_OVERRIDE=test_call_policies.cpp;test_gil_scoped.cpp;test_thread.cpp"
|
||||
|
||||
- name: Build - Exercise cmake -DPYBIND11_TEST_OVERRIDE
|
||||
|
Loading…
Reference in New Issue
Block a user