Skip to content

Commit

Permalink
Merge branch 'main' into gagb/gptassistant
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyun-wu committed Nov 12, 2023
2 parents 8f13477 + c22a322 commit cbd4580
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/test_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ def _test_oai_chatgpt_gpt4(save=False):
run_notebook("oai_chatgpt_gpt4.ipynb", save=save)


# @pytest.mark.skipif(
# skip or not sys.version.startswith("3.10"),
# reason="do not run if openai is not installed or py!=3.10",
# )
# def test_hierarchy_flow_using_select_speaker(save=False):
# run_notebook("agentchat_hierarchy_flow_using_select_speaker.ipynb", save=save)
@pytest.mark.skipif(
skip or not sys.version.startswith("3.10"),
reason="do not run if openai is not installed or py!=3.10",
)
def test_hierarchy_flow_using_select_speaker(save=False):
run_notebook("agentchat_hierarchy_flow_using_select_speaker.ipynb", save=save)


if __name__ == "__main__":
Expand Down

0 comments on commit cbd4580

Please sign in to comment.