Compare commits

...

2 Commits

Author SHA1 Message Date
jiangwei-infra 478d2b932d chore: sync ci.yml from main (add test deps)
CI / lint (push) Successful in 7s
CI / lint (pull_request) Successful in 6s
CI / test (push) Successful in 17s
CI / test (pull_request) Successful in 8s
CI / notify-on-failure (push) Successful in 1s
CI / notify-on-failure (pull_request) Successful in 4s
2026-06-09 14:54:14 +08:00
jiangwei-infra f05455be59 chore: sync ci.yml from main (pytest instead of -e .)
CI / lint (push) Successful in 8s
CI / lint (pull_request) Successful in 6s
CI / test (push) Failing after 10s
CI / test (pull_request) Failing after 5s
CI / notify-on-failure (push) Successful in 1s
CI / notify-on-failure (pull_request) Successful in 1s
2026-06-09 14:37:31 +08: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 -e .
/tmp/ci-venv-test/bin/pip install --quiet fastapi pydantic pyyaml uvicorn requests pytest pytest-asyncio httpx
- name: Run tests (exclude E2E)
run: |