ci: temporarily run chroma on 3.12 for CI (#31056)

Waiting on a fix for https://github.com/chroma-core/chroma/issues/4382
This commit is contained in:
Sydney Runkle
2025-04-28 13:20:37 -04:00
committed by GitHub
parent ff1602f0fd
commit d614842d23
3 changed files with 3 additions and 3 deletions

View File

@@ -38,8 +38,8 @@ IGNORED_PARTNERS = [
]
PY_312_MAX_PACKAGES = [
"libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249
"libs/partners/voyageai",
"libs/partners/chroma", # https://github.com/chroma-core/chroma/issues/4382
]