fix(ci): install all test dependencies #8

Merged
jiangwei-infra merged 1 commits from fix/ci-deps into main 2026-06-09 06:53:51 +00:00
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- name: Setup Python
run: |
python3 -m venv /tmp/ci-venv-test
/tmp/ci-venv-test/bin/pip install --quiet pytest pytest-asyncio
/tmp/ci-venv-test/bin/pip install --quiet fastapi pydantic pyyaml uvicorn requests pytest pytest-asyncio httpx
- name: Run tests (exclude E2E)
run: |