diff --git a/pyproject.toml b/pyproject.toml index 910b8e8..b157aa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" ] \ No newline at end of file