From debfa875e0948bbb51a7ba569c743407064e25c5 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Thu, 2 Jan 2025 13:18:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noxfile.py | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/noxfile.py b/noxfile.py index 7455d6b..4a10bd0 100644 --- a/noxfile.py +++ b/noxfile.py @@ -21,4 +21,5 @@ def test(session): @nox.session() def docs(session): + run(session, "lamin init --storage ./testdb") build_docs(session, strict=True) diff --git a/pyproject.toml b/pyproject.toml index eebfe1b..3278c8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ Home = "https://github.com/laminlabs/moscan" [project.optional-dependencies] dev = [ + "lamindb", "pre-commit", "nox", "pytest>=6.0",