Skip to content

Commit

Permalink
fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanyong Duan committed Jan 8, 2025
1 parent 68525a4 commit b968e4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ where = ["src"]

[tool.cibuildwheel]
skip = "pp*"
before-test = "cd {project}/tests"
test-command = [
"cd {project}/tests",
"pwd",
"ls -la",
"python uvad_test.py",
"python test_demo.py"
]

0 comments on commit b968e4e

Please sign in to comment.