Skip to content

Commit

Permalink
🎨 Docs instance
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Sep 9, 2024
1 parent 653c566 commit 375d393
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import nox
from laminci.nox import build_docs, login_testuser1, run_pre_commit, run_pytest
from laminci.nox import build_docs, login_testuser1, run, run_pre_commit, run_pytest

# we'd like to aggregate coverage information across sessions
# and for this the code needs to be located in the same
# directory in every github action runner
# this also allows to break out an installation section
nox.options.default_venv_backend = "none"


Expand All @@ -18,4 +14,5 @@ def build(session):
session.run(*"uv pip install --system -e .[dev]".split())
login_testuser1(session)
run_pytest(session)
run(session, "lamin init --storage ./docsbuild --schema bionty")
build_docs(session, strict=True)

0 comments on commit 375d393

Please sign in to comment.