From d9b2bec8772d49a93455bb72e86e19aabd989e2b Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Tue, 1 Oct 2024 12:30:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Simplify=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noxfile.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index 5b7a30a..1da68d7 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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