Skip to content

Commit bbdd55a

Browse files
lgritzssh4net
authored andcommitted
ci: lock bleeding edge to pybind11 latest version (AcademySoftwareFoundation#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 <lg@larrygritz.com> Signed-off-by: Vlad (Kuzmin) Erium <libalias@gmail.com>
1 parent a513661 commit bbdd55a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ jobs:
482482
fmt_ver: master
483483
opencolorio_ver: main
484484
openexr_ver: main
485-
pybind11_ver: master
485+
pybind11_ver: v3.0.1
486486
python_ver: "3.12"
487487
simd: avx2,f16c
488488
benchmark: 1

0 commit comments

Comments
 (0)