Skip to content

Commit

Permalink
Fix Python_EXECUTABLE Cmake variable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
polmes authored and henryiii committed Nov 1, 2023
1 parent 0a1976b commit b7e6a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ jobs:
-DDOWNLOAD_EIGEN=ON
-DCMAKE_CXX_COMPILER=clang++
-DCMAKE_CXX_STANDARD=17
-DPYTHON_EXECUTABLE=/usr/local/bin/python3
-DPython_EXECUTABLE=/usr/local/bin/python3
- name: Build
run: cmake --build . -j 2
Expand All @@ -1164,7 +1164,7 @@ jobs:
-DDOWNLOAD_EIGEN=ON
-DCMAKE_CXX_COMPILER=clang++
-DCMAKE_CXX_STANDARD=17
-DPYTHON_EXECUTABLE=/usr/local/bin/python3
-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
Expand Down

0 comments on commit b7e6a43

Please sign in to comment.