Skip to content

Commit 7969049

Browse files
authored
Comment out failing job, with link to #4889 (#4890)
1 parent 74439a6 commit 7969049

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,10 @@ jobs:
195195
matrix:
196196
include:
197197
# TODO: Fails on 3.10, investigate
198-
- python-version: "3.9"
199-
python-debug: true
200-
valgrind: true
198+
# JOB DISABLED (NEEDS WORK): https://github.com/pybind/pybind11/issues/4889
199+
# - python-version: "3.9"
200+
# python-debug: true
201+
# valgrind: true
201202
- python-version: "3.11"
202203
python-debug: false
203204

0 commit comments

Comments
 (0)