Skip to content

Commit d2bd58c

Browse files
author
Your Name
committed
Update build pipeline for current litellm versions
1 parent d36d492 commit d2bd58c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ubuntu-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
-r requirements/requirements-help.in \
5656
-r requirements/requirements-playwright.in \
5757
".[help,playwright]"
58+
env:
59+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
5860

5961
- name: Configure Git for tests
6062
run: |
@@ -67,3 +69,4 @@ jobs:
6769
pytest
6870
env:
6971
CECLI_TUI: "false"
72+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"

.github/workflows/windows-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
python -m pip install --upgrade pip
4444
pip install uv
4545
uv pip install --system pytest pytest-asyncio pytest-mock -r requirements/requirements.in -r requirements/requirements-help.in -r requirements/requirements-playwright.in '.[help,playwright]'
46+
env:
47+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
4648

4749
- name: Configure Git for tests
4850
run: |
@@ -55,3 +57,4 @@ jobs:
5557
pytest
5658
env:
5759
CECLI_TUI: "false"
60+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"

0 commit comments

Comments
 (0)