forked from phoenix/litellm-mirror
fix config.yml
This commit is contained in:
parent
0e446e14ab
commit
83344a8c89
1 changed files with 6 additions and 6 deletions
|
@ -158,9 +158,9 @@ jobs:
|
||||||
litellm_router_testing: # Runs all tests with the "router" keyword
|
litellm_router_testing: # Runs all tests with the "router" keyword
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/python:3.11
|
- image: cimg/python:3.11
|
||||||
auth:
|
auth:
|
||||||
username: ${DOCKERHUB_USERNAME}
|
username: ${DOCKERHUB_USERNAME}
|
||||||
password: ${DOCKERHUB_PASSWORD}
|
password: ${DOCKERHUB_PASSWORD}
|
||||||
working_directory: ~/project
|
working_directory: ~/project
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -188,9 +188,9 @@ jobs:
|
||||||
litellm_assistants_api_testing: # Runs all tests with the "assistants" keyword
|
litellm_assistants_api_testing: # Runs all tests with the "assistants" keyword
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/python:3.11
|
- image: cimg/python:3.11
|
||||||
auth:
|
auth:
|
||||||
username: ${DOCKERHUB_USERNAME}
|
username: ${DOCKERHUB_USERNAME}
|
||||||
password: ${DOCKERHUB_PASSWORD}
|
password: ${DOCKERHUB_PASSWORD}
|
||||||
working_directory: ~/project
|
working_directory: ~/project
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue