Skip to content

Commit 3f4ad1b

Browse files
committed
ci: lock bleeding edge to pybind11 latest version (#5024)
There's something in pybind11 master at the moment that is crashing in its destructors. It's been causing our "bleeding edge" test to fail for over a week now. I'm tired of our test failing, so I'm locking down to the last known working version. Will check back periodically and return to testing against pybind11 master after they have fixed it. Signed-off-by: Larry Gritz <[email protected]>
1 parent a623586 commit 3f4ad1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ jobs:
470470
fmt_ver: master
471471
opencolorio_ver: main
472472
openexr_ver: main
473-
pybind11_ver: master
473+
pybind11_ver: v3.0.1
474474
python_ver: "3.12"
475475
simd: avx2,f16c
476476
benchmark: 1

0 commit comments

Comments
 (0)