Skip to content

Commit e23bde7

Browse files
committed
fix test-command
1 parent 7a6f711 commit e23bde7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ environment = { CMAKE_GENERATOR = "Unix Makefiles", CMAKE_BUILD_PARALLEL_LEVEL =
189189

190190
[tool.cibuildwheel.windows]
191191
archs = ["auto64"]
192+
test-command = "cd /d {project} && pytest python/tests -v --tb=short"
192193

193194
######################################################################################################
194195
# CODE QUALITY & FORMATTING (Ruff)

0 commit comments

Comments
 (0)