Skip to content

Commit

Permalink
⬆️ Point back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jan 11, 2025
1 parent 2f9ce6f commit 1315ca8
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 @@ -16,7 +16,7 @@ def lint(session: nox.Session) -> None:
@nox.session
@nox.parametrize("group", ["bionty-unit", "bionty-docs"])
def build(session: nox.Session, group: str):
branch = "migrate" if IS_PR else "main" # point back to "release"
branch = "main" if IS_PR else "main" # point back to "release"
install_lamindb(session, branch=branch)
session.run(*"uv pip install --system -e .[dev]".split())

Expand Down

0 comments on commit 1315ca8

Please sign in to comment.