File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1141,7 +1141,7 @@ jobs:
11411141 -DDOWNLOAD_EIGEN=ON
11421142 -DCMAKE_CXX_COMPILER=clang++
11431143 -DCMAKE_CXX_STANDARD=17
1144- -DPYTHON_EXECUTABLE=$( python3 -c "import sys; print(sys.executable)")
1144+ -DPYTHON_EXECUTABLE=/usr/local/bin/ python3
11451145
11461146 - name : Build
11471147 run : cmake --build . -j 2
@@ -1164,7 +1164,7 @@ jobs:
11641164 -DDOWNLOAD_EIGEN=ON
11651165 -DCMAKE_CXX_COMPILER=clang++
11661166 -DCMAKE_CXX_STANDARD=17
1167- -DPYTHON_EXECUTABLE=$( python3 -c "import sys; print(sys.executable)")
1167+ -DPYTHON_EXECUTABLE=/usr/local/bin/ python3
11681168 "-DPYBIND11_TEST_OVERRIDE=test_call_policies.cpp;test_gil_scoped.cpp;test_thread.cpp"
11691169
11701170 - name : Build - Exercise cmake -DPYBIND11_TEST_OVERRIDE
You can’t perform that action at this time.
0 commit comments