We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b0393 commit 82f3712Copy full SHA for 82f3712
1 file changed
.github/workflows/openai.yml
@@ -42,6 +42,10 @@ jobs:
42
if: matrix.python-version == '3.9'
43
run: |
44
pip install docker
45
+ - name: Install dependencies for test when needed
46
+ if: matrix.python-version == '3.10' # test_agentchat_function_call
47
+ run: |
48
+ pip install -e.[mathchat]
49
- name: Coverage
50
51
env:
0 commit comments