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 committed Aug 19, 2023
1 parent dbd4de6 commit 3d77686
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=$(python3 -c "import sys; print(sys.executable)")
-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=$(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 3d77686

Please sign in to comment.