From d80fb670adf475a6ebce6a5efe5302580a7d59c7 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Wed, 1 Apr 2026 10:38:03 -0700 Subject: [PATCH] ci: install litellm-proxy-extras from local source in auth_ui_unit_tests to apply pending migrations --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7c449bb625f..0d2c1f44545 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |