From 3a6ac3f4a096c80a9afe528c2050105348909229 Mon Sep 17 00:00:00 2001 From: Duan Juanyong Date: Mon, 8 Jul 2024 20:18:29 +0800 Subject: [PATCH] update test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f28d72..6f63212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,8 +55,8 @@ where = ["src"] [tool.cibuildwheel] skip = "pp*" -before-test = "cd {package}/tests" test-command = [ + "cd {package}/tests", "python uvad_test.py", "python test_demo.py" ] \ No newline at end of file