Skip to content

Commit

Permalink
👷 Back to running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jul 24, 2023
1 parent 9629d4e commit dfcee5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def install(session: nox.Session):
session.run(
"pip",
"install",
"lamindb[bionty,nbproject,zarr] @ git+https://github.com/laminlabs/lamindb",
"lamindb[bionty,jupyter,zarr] @ git+https://github.com/laminlabs/lamindb",
)


Expand Down
2 changes: 1 addition & 1 deletion tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_notebooks():

for check_folder in docs_folder.glob("./**"):
# these are the notebook testpaths
if not str(check_folder).endswith("biology"):
if not str(check_folder).endswith("usecases"):
continue
logger.debug(f"\n{check_folder}")
test.execute_notebooks(check_folder, write=True)

0 comments on commit dfcee5f

Please sign in to comment.