Skip to content

Commit

Permalink
cibuildwheel: fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Nov 17, 2024
1 parent ee678a0 commit f02aaab
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 @@ -35,7 +35,7 @@ version = {attr = "FXrays.__version__"}
build = "cp38* cp39* cp310* cp311* cp312* cp313*"
skip = "*musllinux*"
archs = "auto64"
test-command = "python -m knot_floer_homology.test"
test-command = "python -m FXrays.test"

[tool.cibuildwheel.linux]
repair-wheel-command = "auditwheel repair --strip -w {dest_dir} {wheel}"

0 comments on commit f02aaab

Please sign in to comment.