Skip to content

Commit 0cba2ce

Browse files
committed
Remove PYBIND11_TEST_FILTER to see what happens.
1 parent 8f86637 commit 0cba2ce

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,6 @@ jobs:
403403
- name: Install NVidia HPC SDK
404404
run: yum-config-manager --add-repo https://developer.download.nvidia.com/hpc-sdk/rhel/nvhpc.repo && yum -y install nvhpc-22.9
405405

406-
# On CentOS 7, we have to filter a few tests (compiler internal error)
407-
# and allow deeper template recursion (not needed on CentOS 8 with a newer
408-
# standard library). On some systems, you many need further workarounds:
409-
# https://github.com/pybind/pybind11/pull/2475
410406
- name: Configure
411407
shell: bash
412408
run: |
@@ -415,8 +411,7 @@ jobs:
415411
cmake3 -S . -B build -DDOWNLOAD_CATCH=ON \
416412
-DCMAKE_CXX_STANDARD=11 \
417413
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)") \
418-
-DCMAKE_CXX_FLAGS="-Wc,--pending_instantiations=0" \
419-
-DPYBIND11_TEST_FILTER="test_smart_ptr.cpp;test_virtual_functions.cpp"
414+
-DCMAKE_CXX_FLAGS="-Wc,--pending_instantiations=0"
420415
421416
# Building before installing Pip should produce a warning but not an error
422417
- name: Build

0 commit comments

Comments
 (0)