fix config.yml

This commit is contained in:
Ishaan Jaff 2024-09-26 20:20:02 -07:00
parent 0e446e14ab
commit 83344a8c89

View file

@ -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: