Skip to content

Commit

Permalink
♻️ Simplify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Oct 1, 2024
1 parent e972905 commit d9b2bec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ def build(session):
branch = "main" if IS_PR else "release" # point back to "release"
install_lamindb(session, branch=branch, extras="bionty,aws")
run(session, "uv pip install --system .[dev]")
login_testuser1(session)
run_pytest(session)
build_docs(session, strict=False) # temporarily disable strict mode

0 comments on commit d9b2bec

Please sign in to comment.