Skip to content

Commit

Permalink
NLWPY pyproject.toml: fix test path #30
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Feb 21, 2024
1 parent 8b79e12 commit e169db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nl-writer2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
test-requires = "numpy scipy"
test-command = "python {project}/tests/test.py"
test-command = "python {project}/nlwpy/tests/test.py"
test-skip = "*universal2:arm64"


Expand Down

0 comments on commit e169db4

Please sign in to comment.