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

This commit is contained in:
2026-06-09 14:24:02 +08:00
committed by cfdaily
parent e7b6d4af45
commit 9dd9e44a83
+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: |