Skip to content

Commit 8e9df22

Browse files
committed
Remove only test_smart_ptr.cpp to see what happens.
1 parent 0b5d47c commit 8e9df22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ jobs:
416416
-DCMAKE_CXX_STANDARD=11 \
417417
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)") \
418418
-DCMAKE_CXX_FLAGS="-Wc,--pending_instantiations=0" \
419-
-DPYBIND11_TEST_FILTER="test_smart_ptr.cpp;test_virtual_functions.cpp"
419+
-DPYBIND11_TEST_FILTER="test_virtual_functions.cpp"
420420
421421
# Building before installing Pip should produce a warning but not an error
422422
- name: Build

0 commit comments

Comments
 (0)