From f14c8bc553e025795a777ebf54cf6fffd00d0db9 Mon Sep 17 00:00:00 2001 From: Duan Juanyong Date: Mon, 8 Jul 2024 20:13:41 +0800 Subject: [PATCH] modify test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5e098d..5f28d72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ where = ["src"] [tool.cibuildwheel] skip = "pp*" -before-test = "cd {project}/tests" +before-test = "cd {package}/tests" test-command = [ "python uvad_test.py", "python test_demo.py"