Skip to content

Commit

Permalink
add interop-crewai target in CI for openai tests
Browse files Browse the repository at this point in the history
Signed-off-by: Davor Runje <[email protected]>
  • Loading branch information
davorrunje committed Dec 16, 2024
1 parent 2c4e561 commit 63f3949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: matrix.python-version == '3.9'
run: |
pip install docker
pip install -e .[redis]
pip install -e .[redis,interop-crewai]
- name: Coverage
if: matrix.python-version == '3.9'
env:
Expand Down

0 comments on commit 63f3949

Please sign in to comment.