Skip to content

Commit

Permalink
check project location
Browse files Browse the repository at this point in the history
  • Loading branch information
danpf committed Nov 15, 2023
1 parent 35d68ae commit 4203f32
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 @@ -45,7 +45,7 @@ MSGPACK_USE_BOOST = "OFF"


[tool.cibuildwheel]
test-command = "python -m unittest {project}/src/python/tests/tests.py"
test-command = "ls {project} && pwd && find {project} -name \"tests.py\" && pwd && python -m unittest {project}/src/python/tests/tests.py"
test-skip = ["*universal2:arm64"]
build-verbosity = 1

Expand Down

0 comments on commit 4203f32

Please sign in to comment.