From 8f4b4b67a84e18986d19c7f4949614ee4cadb0c8 Mon Sep 17 00:00:00 2001 From: jiangwei-infra Date: Tue, 9 Jun 2026 14:54:19 +0800 Subject: [PATCH] chore: sync ci.yml from main (add test deps) --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 51549e6..3bb1537 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: |