We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c04a8 commit 4b7c114Copy full SHA for 4b7c114
.github/workflows/test-litellm.yml
@@ -31,6 +31,7 @@ jobs:
31
poetry run pip install "pytest-retry==1.6.3"
32
poetry run pip install pytest-xdist
33
poetry run pip install "google-genai==1.22.0"
34
+ poetry run pip install "google-cloud-aiplatform>=1.38"
35
poetry run pip install "fastapi-offline==1.7.3"
36
- name: Setup litellm-enterprise as local package
37
run: |
0 commit comments