mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-05 20:34:19 +00:00
uncomment test (#640)
This commit is contained in:
parent
df2cd36dee
commit
c22a322aff
@ -84,12 +84,12 @@ def _test_oai_chatgpt_gpt4(save=False):
|
|||||||
run_notebook("oai_chatgpt_gpt4.ipynb", save=save)
|
run_notebook("oai_chatgpt_gpt4.ipynb", save=save)
|
||||||
|
|
||||||
|
|
||||||
# @pytest.mark.skipif(
|
@pytest.mark.skipif(
|
||||||
# skip or not sys.version.startswith("3.10"),
|
skip or not sys.version.startswith("3.10"),
|
||||||
# reason="do not run if openai is not installed or py!=3.10",
|
reason="do not run if openai is not installed or py!=3.10",
|
||||||
# )
|
)
|
||||||
# def test_hierarchy_flow_using_select_speaker(save=False):
|
def test_hierarchy_flow_using_select_speaker(save=False):
|
||||||
# run_notebook("agentchat_hierarchy_flow_using_select_speaker.ipynb", save=save)
|
run_notebook("agentchat_hierarchy_flow_using_select_speaker.ipynb", save=save)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user