Skip to content

Commit

Permalink
🔧 Remove unnecessary install
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Mar 30, 2023
1 parent 6ffd8b0 commit 2e8aaa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noxfile.py
Expand Up @@ -49,7 +49,6 @@ def build(session, package):
else:
# navigate into submodule so that lamin-project.yml is correctly read
os.chdir(f"./sub/{package}")
session.install(".[test]")
session.run("pytest", "-s", "./tests", "--ignore", "./tests/test_migrations.py")

if package == "lamindb":
Expand Down

0 comments on commit 2e8aaa9

Please sign in to comment.