Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanyong Duan committed Jan 8, 2025
1 parent 20ebb51 commit ca5504d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ where = ["src"]
[tool.cibuildwheel]
skip = "pp*"
test-command = [
"cd {project}/tests",
"pwd",
"ls -la",
"python uvad_test.py",
"python test_demo.py"
"python {project}/tests/uvad_test.py",
"python {project}/tests/test_demo.py"
]

0 comments on commit ca5504d

Please sign in to comment.