Merge pull request 'fix(ci): install pytest directly instead of editable mode' (#7) from fix/ci-pytest into main
Deploy / ci (push) Failing after 7s
Deploy / deploy (push) Has been skipped
Deploy / notify-deploy-failure (push) Successful in 0s

This commit was merged in pull request #7.
This commit is contained in:
2026-06-09 14:33:52 +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 pytest pytest-asyncio
- name: Run tests (exclude E2E)
run: |