Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
πŸ’š Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jul 15, 2024
1 parent d7f3abe commit e1bb544
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 @@ -14,6 +14,6 @@ def test(session: nox.Session) -> None:
run(session, "pip install -e .[dev]")
run(
session,
"pip install lamindb_setup@git+https://github.com/laminlabs/lamindb-setup@cleanupdjango",
"pip install lamindb_setup@git+https://github.com/laminlabs/lamindb-setup",
)
run_pytest(session, coverage=False)

0 comments on commit e1bb544

Please sign in to comment.