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

This commit is contained in:
2026-06-09 14:37:31 +08:00
parent bdd18f4e3b
commit f05455be59
+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 pytest pytest-asyncio
- name: Run tests (exclude E2E)
run: |