Skip to content

Commit

Permalink
💚 Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Nov 24, 2024
1 parent db80fde commit 2f27238
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions lamin-project.yaml

This file was deleted.

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 = "main" if IS_PR else "main" # point back to "release"
branch = "main" if IS_PR else "bionty" # point back to "release"
install_lamindb(session, branch=branch)
session.run(*"uv pip install --system -e .[dev]".split())

Expand Down

0 comments on commit 2f27238

Please sign in to comment.