fix dependencies in circle ci

This commit is contained in:
David Chen 2026-04-02 15:58:34 -07:00
parent b7ccc5b691
commit 94826c7ea8
No known key found for this signature in database
GPG key ID: 411F0AC27335E3C9

View file

@ -2996,7 +2996,7 @@ jobs:
command: |
python -m venv venv
. venv/bin/activate
pip install coverage
pip install "coverage[toml]"
coverage combine realtime_translation_coverage ocr_coverage search_coverage mcp_coverage litellm_mcps_tests_coverage logging_coverage audio_coverage local_testing_part1_coverage local_testing_part2_coverage pass_through_unit_tests_coverage batches_coverage guardrails_coverage
coverage xml
- codecov/upload: