Skip to content

Commit

Permalink
dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sonichi committed Oct 29, 2023
1 parent 62b0393 commit 82f3712
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
if: matrix.python-version == '3.9'
run: |
pip install docker
- name: Install dependencies for test when needed
if: matrix.python-version == '3.10' # test_agentchat_function_call
run: |
pip install -e.[mathchat]
- name: Coverage
if: matrix.python-version == '3.9'
env:
Expand Down

0 comments on commit 82f3712

Please sign in to comment.