fix(ci): use pyproject.toml instead of missing requirements.txt #6

Merged
jiangwei-infra merged 1 commits from fix/ci-requirements into main 2026-06-09 06:24:44 +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 -r requirements.txt
/tmp/ci-venv-test/bin/pip install --quiet -e .
- name: Run tests (exclude E2E)
run: |