diff --git a/python/packages/autogen-agentchat/pyproject.toml b/python/packages/autogen-agentchat/pyproject.toml index 5f11afc07751..dbc803281a09 100644 --- a/python/packages/autogen-agentchat/pyproject.toml +++ b/python/packages/autogen-agentchat/pyproject.toml @@ -40,3 +40,4 @@ include = "../../shared_tasks.toml" [tool.poe.tasks] test = "pytest -n auto" +integ-test = "sh run-integ-test.sh" \ No newline at end of file diff --git a/python/packages/autogen-agentchat/run-integ-test.sh b/python/packages/autogen-agentchat/run-integ-test.sh new file mode 100644 index 000000000000..2fcee7113d17 --- /dev/null +++ b/python/packages/autogen-agentchat/run-integ-test.sh @@ -0,0 +1 @@ +echo "Hello World" \ No newline at end of file