We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e58a30 commit abb4e8bCopy full SHA for abb4e8b
.github/workflows/ci.yml
@@ -1141,7 +1141,7 @@ jobs:
1141
-DDOWNLOAD_EIGEN=ON
1142
-DCMAKE_CXX_COMPILER=clang++
1143
-DCMAKE_CXX_STANDARD=17
1144
- -DPython_EXECUTABLE=/usr/local/bin/python3
+ -DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
1145
1146
- name: Build
1147
run: cmake --build . -j 2
@@ -1164,7 +1164,7 @@ jobs:
1164
1165
1166
1167
1168
"-DPYBIND11_TEST_OVERRIDE=test_call_policies.cpp;test_gil_scoped.cpp;test_thread.cpp"
1169
1170
- name: Build - Exercise cmake -DPYBIND11_TEST_OVERRIDE
0 commit comments