mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
ci: install litellm-proxy-extras from local source in auth_ui_unit_tests to apply pending migrations
This commit is contained in:
parent
fe04ce6bee
commit
d80fb670ad
1 changed files with 4 additions and 0 deletions
|
|
@ -430,6 +430,10 @@ jobs:
|
|||
paths:
|
||||
- ./venv
|
||||
key: v1-dependencies-{{ checksum ".circleci/requirements.txt" }}
|
||||
- run:
|
||||
name: Setup litellm-proxy-extras from local source
|
||||
command: |
|
||||
pip install --force-reinstall --no-deps -e litellm-proxy-extras/
|
||||
- run:
|
||||
name: Run prisma ./docker/entrypoint.sh
|
||||
command: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue