From bed84d6fcc71fd12a8cd51f75867e7ee9ef64b25 Mon Sep 17 00:00:00 2001 From: polmes Date: Sat, 19 Aug 2023 12:35:35 -0600 Subject: [PATCH] Update `macos_brew_install_llvm` pipeline to use expected Python installation --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 407db89cd..a50bc44e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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