Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jul 31, 2023
1 parent 7a944df commit 3c3b755
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 @@ -34,7 +34,7 @@ filterwarnings = [
]

[tool.cibuildwheel]
test-command = "pytest {project}"
test-command = "cd {project} && python -m pytest"
test-extras = ["test"]
test-skip = ["*universal2:arm64"]

Expand Down

0 comments on commit 3c3b755

Please sign in to comment.