Skip to content

Commit

Permalink
Fix missing testpath in pyproject.toml (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice authored Jan 22, 2025
1 parent 5a4749f commit a4664dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ build-backend = "hatchling.build"


[tool.pytest.ini_options]
testpaths = ["project", "docs"]
testpaths = ["project", "docs", "tests"]
norecursedirs = [".venv", "site"]
# Required to use torch deterministic mode.
env = ["CUBLAS_WORKSPACE_CONFIG=:4096:8"]
Expand Down

0 comments on commit a4664dc

Please sign in to comment.