[E2E-TEST] PR Review 验证 #29

Closed
pangtong-fujunshi wants to merge 67 commits from test/e2e-1781107119 into main
Showing only changes of commit 9dd9e44a83 - Show all commits
+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: |