Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Ishaan Jaff
884eef25f9 fix tests 2024-11-22 16:53:56 -08:00

View file

@ -1179,15 +1179,7 @@ jobs:
pip install "PyGithub==1.59.1" pip install "PyGithub==1.59.1"
pip install "google-cloud-aiplatform==1.59.0" pip install "google-cloud-aiplatform==1.59.0"
pip install anthropic pip install anthropic
python -m pip install -r requirements.txt
# Run pytest and generate JUnit XML report # Run pytest and generate JUnit XML report
- run:
name: Run tests
command: |
pwd
ls
python -m pytest -vv tests/pass_through_unit_tests --cov=litellm --cov-report=xml -x -s -v --junitxml=test-results/junit.xml --durations=5
no_output_timeout: 120m
- run: - run:
name: Build Docker image name: Build Docker image
command: docker build -t my-app:latest -f ./docker/Dockerfile.database . command: docker build -t my-app:latest -f ./docker/Dockerfile.database .