Skip to content

Commit 3e58a30

Browse files
polmeshenryiii
authored andcommitted
Fix Python_EXECUTABLE Cmake variable typo
1 parent bed84d6 commit 3e58a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ jobs:
11411141
-DDOWNLOAD_EIGEN=ON
11421142
-DCMAKE_CXX_COMPILER=clang++
11431143
-DCMAKE_CXX_STANDARD=17
1144-
-DPYTHON_EXECUTABLE=/usr/local/bin/python3
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=/usr/local/bin/python3
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

0 commit comments

Comments
 (0)