Skip to content

Commit

Permalink
πŸ’š Run on lamindb release
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Aug 6, 2024
1 parent 030d4b9 commit 53d657a
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 @@ -94,7 +94,7 @@ def install(session, group):
session, "uv pip install --system ipywidgets"
) # needed to silence the jupyter warning
run(session, "uv pip install --system .[dev]")
branch = "main" if IS_PR else "main" # point back to "release"
branch = "main" if IS_PR else "release" # point back to "release"
install_lamindb(session, branch=branch, extras=extras)


Expand Down

0 comments on commit 53d657a

Please sign in to comment.