mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix(ci): install OCR fixture dependencies for CodSpeed
This commit is contained in:
parent
1006cad119
commit
e817cb2d22
1 changed files with 7 additions and 1 deletions
8
.github/workflows/codspeed.yml
vendored
8
.github/workflows/codspeed.yml
vendored
|
|
@ -136,9 +136,12 @@ jobs:
|
|||
--with pytest==8.3.5
|
||||
--with pytest-codspeed==5.0.3
|
||||
--with psutil==7.2.2
|
||||
--with vcrpy==8.2.1
|
||||
--with hypothesis==6.165.10
|
||||
--with reportlab==5.0.1
|
||||
--with "mcp>=1.26.0,<2.0"
|
||||
--with "a2a-sdk>=1.1.0,<2.0"
|
||||
pytest -p pytest_codspeed.plugin
|
||||
pytest -p pytest_codspeed.plugin -c /dev/null --rootdir=.
|
||||
--import-mode=importlib -o consider_namespace_packages=true
|
||||
tests/rust-python-harness/strategies/e2e_benchmark/codspeed.py
|
||||
--collect-only -q
|
||||
|
|
@ -155,6 +158,9 @@ jobs:
|
|||
--with pytest==8.3.5
|
||||
--with pytest-codspeed==5.0.3
|
||||
--with psutil==7.2.2
|
||||
--with vcrpy==8.2.1
|
||||
--with hypothesis==6.165.10
|
||||
--with reportlab==5.0.1
|
||||
--with "mcp>=1.26.0,<2.0"
|
||||
--with "a2a-sdk>=1.1.0,<2.0"
|
||||
python -m tests.rust-python-harness.strategies.e2e_benchmark.codspeed
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue