Skip to content

Commit 9b4487f

Browse files
authored
ci: lock bleeding edge to pybind11 latest version (#2069)
Identical to AcademySoftwareFoundation/OpenImageIO/pulls/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>
1 parent 66c4dcb commit 9b4487f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ jobs:
465465
opencolorio_ver: main
466466
openexr_ver: main
467467
openimageio_ver: main
468-
pybind11_ver: master
468+
pybind11_ver: v3.0.1
469+
# pybind11_ver: master
469470
python_ver: "3.12"
470471
llvm_action_ver: "18.1.7"
471472
simd: avx2,f16c

0 commit comments

Comments
 (0)