Skip to content

Commit 96f9f9b

Browse files
authored
💚 Fix CI (#43)
1 parent 87fbbb2 commit 96f9f9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ def lint(session: nox.Session) -> None:
2121
def build(session):
2222
install_lamindb(session, branch="main", extras="bionty,gcp,jupyter,zarr")
2323
run(session, f"uv pip install {SYSTEM} .[dev,use_case]")
24+
# vitessce requires zarr<3, and therefore upper limits spatialdata<0.5.0
25+
run(session, f"uv pip install {SYSTEM} spatialdata<=0.5.0")
2426
login_testuser1(session)
2527
run(session, "pytest -s tests")
2628
build_docs(session, strict=True)

0 commit comments

Comments
 (0)