From e817cb2d222320ebb276401926c63f3af8126e00 Mon Sep 17 00:00:00 2001 From: Yujong Lee Date: Sat, 5 Sep 2026 17:30:41 -0700 Subject: [PATCH] fix(ci): install OCR fixture dependencies for CodSpeed --- .github/workflows/codspeed.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 5e0d7c88531..7fe6a1edf9f 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -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