ci: install litellm-proxy-extras from local source in auth_ui_unit_tests to apply pending migrations

This commit is contained in:
Ishaan Jaffer 2026-04-01 10:38:03 -07:00
parent fe04ce6bee
commit d80fb670ad

View file

@ -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: |