Skip to content

Commit 82f3712

Browse files
committed
dependency
1 parent 62b0393 commit 82f3712

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/openai.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
if: matrix.python-version == '3.9'
4343
run: |
4444
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]
4549
- name: Coverage
4650
if: matrix.python-version == '3.9'
4751
env:

0 commit comments

Comments
 (0)