Skip to content

Commit

Permalink
add verbosity to command
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Sep 9, 2024
1 parent da66231 commit 85e30b8
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 @@ -38,7 +38,7 @@ Repository = "https://github.com/akaszynski/lsdyna-mesh-reader"
[tool.cibuildwheel]
archs = ["auto64"] # 64-bit only
skip = "cp38-* cp313-* pp* *musllinux*" # 3.9-3.12 and no PyPy and musl-based wheels
test-command = "pytest {project}/tests"
test-command = "pytest {project}/tests -v"
test-requires = "pytest pyvista"

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit 85e30b8

Please sign in to comment.