Skip to content

Commit

Permalink
🎨 Use lamindb main
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Dec 13, 2024
1 parent 9767814 commit dc0e361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def lint(session: nox.Session) -> None:

@nox.session
def build(session):
install_lamindb(session, branch="release", extras="bionty,aws,gcp,jupyter")
install_lamindb(session, branch="main", extras="bionty,aws,gcp,jupyter")
run(session, f"uv pip install {SYSTEM} .[dev,use_case]")
run(
session,
Expand Down

0 comments on commit dc0e361

Please sign in to comment.