Skip to content

Commit 0ff73a9

Browse files
committed
Remove PYBIND11_TEST_OVERRIDE when testing with PYBIND11_INTERNALS_VERSION=10000000
1 parent 4842b9f commit 0ff73a9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ jobs:
164164
-DDOWNLOAD_EIGEN=ON
165165
-DCMAKE_CXX_STANDARD=17
166166
-DPYBIND11_INTERNALS_VERSION=10000000
167-
"-DPYBIND11_TEST_OVERRIDE=test_call_policies.cpp;test_gil_scoped.cpp;test_thread.cpp"
168167
${{ matrix.args }}
169168
170169
- name: Build (unstable ABI)

.github/workflows/upstream.yml

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
-DDOWNLOAD_EIGEN=ON
9696
-DCMAKE_CXX_STANDARD=17
9797
-DPYBIND11_INTERNALS_VERSION=10000000
98-
"-DPYBIND11_TEST_OVERRIDE=test_call_policies.cpp;test_gil_scoped.cpp;test_thread.cpp"
9998
10099
- name: Build (unstable ABI)
101100
run: cmake --build build17max -j 2

0 commit comments

Comments
 (0)