Skip to content

Commit a8156f5

Browse files
committed
Add litellm to test setup and generate test matrix
1 parent 501c848 commit a8156f5

File tree

5 files changed

+25
-11
lines changed

5 files changed

+25
-11
lines changed

.github/workflows/test-integrations-ai.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
run: |
6767
set -x # print commands that are executed
6868
./scripts/runtox.sh "py${{ matrix.python-version }}-langchain-notiktoken"
69+
- name: Test litellm
70+
run: |
71+
set -x # print commands that are executed
72+
./scripts/runtox.sh "py${{ matrix.python-version }}-litellm"
6973
- name: Test openai-base
7074
run: |
7175
set -x # print commands that are executed

scripts/populate_tox/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@
214214
"package": "launchdarkly-server-sdk",
215215
"num_versions": 2,
216216
},
217+
"litellm": {
218+
"package": "litellm",
219+
},
217220
"litestar": {
218221
"package": "litestar",
219222
"deps": {

0 commit comments

Comments
 (0)