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 committed Aug 19, 2023
1 parent 3d77686 commit d3eaf19
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 @@ -1134,7 +1134,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 @@ -1157,7 +1157,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 d3eaf19

Please sign in to comment.