Skip to content

Commit

Permalink
♻️ Enable to install from any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Sep 9, 2024
1 parent f3f46d9 commit bf2a995
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions laminci/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ def install_lamindb(
branch: Literal["release", "main"],
extras: Optional[Union[Iterable[str], str]] = None,
):
assert branch in {"release", "main"}

if extras is None:
extras_str = ""
elif isinstance(extras, str):
Expand Down

0 comments on commit bf2a995

Please sign in to comment.