From 4ef9f68ff3ea932a713555b901ba70346eb12f1a Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 14 Jun 2026 00:13:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20PYTHONPATH=3D.=20=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=20runner=20=E7=8E=AF=E5=A2=83=E5=8A=A0=E8=BD=BD=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E7=9B=AE=E5=BD=95=E6=97=A7=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4b98af7..bf96ed3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Run tests (exclude E2E) run: | - /tmp/ci-venv-test/bin/pytest tests/ -m "not e2e" -x -q + PYTHONPATH=. /tmp/ci-venv-test/bin/pytest tests/ -m "not e2e" -x -q # ── Job 3: CI 失败通知 ─────────────────────────────── # 使用 needs..result 直接判断,不查询 commit status API