From 2abe9dca4cbe35c9a8d1edfebfcaeabee2517c9e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 24 Jul 2025 16:02:54 -0700 Subject: [PATCH] add extras --- .github/workflows/test-litellm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-litellm.yml b/.github/workflows/test-litellm.yml index df6dfa2e686..2f6e81c8ceb 100644 --- a/.github/workflows/test-litellm.yml +++ b/.github/workflows/test-litellm.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | - poetry install --with dev,proxy-dev --extras proxy + poetry install --with dev,proxy-dev --extras "proxy semantic-router" poetry run pip install "pytest-retry==1.6.3" poetry run pip install pytest-xdist poetry run pip install "google-genai==1.22.0"