File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments