Skip to content

Commit d67fa75

Browse files
committed
fix: install litellm and pyyaml in production-check job
1 parent 5ea8c8e commit d67fa75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run: |
117117
pip install setuptools>=61.0 wheel
118118
pip install -e .
119+
pip install litellm pyyaml
119120
120121
- name: Run production readiness check
121122
run: |

0 commit comments

Comments
 (0)