Skip to content

Commit

Permalink
🎨 Duplicated references
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Sep 16, 2024
1 parent 90f7341 commit 0c82b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,13 @@ def pull_artifacts(session):
@nox.session
def docs(session):
run(session, "pip install --no-deps git+https://github.com/laminlabs/lnschema-core")
run(session, "pip install git+https://github.com/laminlabs/bionty")
run(session, "pip install --no-deps git+https://github.com/laminlabs/wetlab")
run(
session,
"pip install"
" lamindb[bionty,jupyter]@git+https://github.com/laminlabs/lamindb@release",
)
run(session, "pip install -U git+https://github.com/laminlabs/bionty")
run(session, "lamin set private-django-api true")
run_notebooks("docs/introduction.ipynb")
run(session, "lamin init --storage ./docsbuild --schema bionty,wetlab")
Expand Down

0 comments on commit 0c82b6b

Please sign in to comment.