Skip to content

Commit

Permalink
Merge pull request #40 from fairinternal/lep.fix_ci_unit_tests
Browse files Browse the repository at this point in the history
Added missing tests to .noxfile
  • Loading branch information
mhmukadam authored May 17, 2021
2 parents 1f0d9aa + 8bf1c75 commit 66d3629
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,4 @@ def test_core(session):
session.install("--upgrade", "setuptools", "pip")
session.install("torch")
session.install("-e", ".")
session.run("pytest", "theseus/core/tests")


@nox.session()
def test_geometry(session):
session.install("--upgrade", "setuptools", "pip")
session.install("torch")
session.install("-e", ".")
session.run("pytest", "theseus/geometry/tests")
session.run("pytest", "theseus")

0 comments on commit 66d3629

Please sign in to comment.