File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -403,10 +403,6 @@ jobs:
403
403
- name : Install NVidia HPC SDK
404
404
run : yum-config-manager --add-repo https://developer.download.nvidia.com/hpc-sdk/rhel/nvhpc.repo && yum -y install nvhpc-22.9
405
405
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
410
406
- name : Configure
411
407
shell : bash
412
408
run : |
@@ -415,8 +411,7 @@ jobs:
415
411
cmake3 -S . -B build -DDOWNLOAD_CATCH=ON \
416
412
-DCMAKE_CXX_STANDARD=11 \
417
413
-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"
420
415
421
416
# Building before installing Pip should produce a warning but not an error
422
417
- name : Build
You can’t perform that action at this time.
0 commit comments