Skip to content

Commit

Permalink
Update macos_brew_install_llvm pipeline to use expected Python inst…
Browse files Browse the repository at this point in the history
…allation
  • Loading branch information
polmes authored and henryiii committed Nov 1, 2023
1 parent 7d06b55 commit 0a1976b
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=$(python3 -c "import sys; print(sys.executable)")
-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=$(python3 -c "import sys; print(sys.executable)")
-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 0a1976b

Please sign in to comment.