Skip to content

Commit

Permalink
💚 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jan 2, 2025
1 parent ea44789 commit debfa87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ def test(session):

@nox.session()
def docs(session):
run(session, "lamin init --storage ./testdb")
build_docs(session, strict=True)
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Home = "https://github.com/laminlabs/moscan"

[project.optional-dependencies]
dev = [
"lamindb",
"pre-commit",
"nox",
"pytest>=6.0",
Expand Down

0 comments on commit debfa87

Please sign in to comment.