Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Sep 10, 2024
1 parent b27b605 commit e170eb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
matrix:
python-version: ["3.11"]
group:
- "census"
- "validator"
timeout-minutes: 15

Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def install(session: nox.Session, group: str) -> None:
run(session, "uv pip install --system tiledbsoma")
elif group == "validator":
extras = "bionty,jupyter,aws,zarr"
run(session, "uv pip install --system tiledbsoma")
run(session, "uv pip install --system cellxgene-schema==5.0.2")
install_lamindb(session, branch="main", extras=extras)
run(session, "uv pip install --system .[dev]")
Expand Down

0 comments on commit e170eb9

Please sign in to comment.