Skip to content

Commit

Permalink
[CI] fix pytest path
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Jul 26, 2023
1 parent 3432054 commit 28876b6
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 @@ -96,7 +96,7 @@ mode = "symlink"
[tool.cibuildwheel]
build-verbosity = 1
environment = { PY_BUILD_CMAKE_VERBOSE="1" }
test-command = "pytest {package}"
test-command = "pytest {package}/test"
test-extras = ["test"]

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit 28876b6

Please sign in to comment.