diff --git a/test/workflows/workflow_test.py b/test/workflows/workflow_test.py index 8bd92f1..22b23b7 100644 --- a/test/workflows/workflow_test.py +++ b/test/workflows/workflow_test.py @@ -8,9 +8,6 @@ import commit_cases ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) -os.environ['PYTHONPATH'] = os.path.join(ROOT_DIR, 'tools', 'site-packages') -os.environ['command_python'] = '/Users/admin/.chat/mamba/envs/devchat-commands/bin/python' - def run_devchat_command(model, commit_command, input_mock): timeout = 300 # 超时时间,单位为秒