Skip to content

Commit adaf102

Browse files
committed
fix setup_litellm_enterprise_pip
1 parent 9524b4e commit adaf102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ jobs:
236236
pip install "Pillow==10.3.0"
237237
pip install "jsonschema==4.22.0"
238238
pip install "websockets==13.1.0"
239+
- setup_litellm_enterprise_pip
239240
- save_cache:
240241
paths:
241242
- ./venv
@@ -599,6 +600,7 @@ jobs:
599600
pip install "jsonschema==4.22.0"
600601
pip install "pytest-postgresql==7.0.1"
601602
pip install "fakeredis==2.28.1"
603+
- setup_litellm_enterprise_pip
602604
- save_cache:
603605
paths:
604606
- ./venv

0 commit comments

Comments
 (0)