From fd3a889faebf436e8d0620f0a3781cb4992d6da7 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 14 Jun 2026 00:17:44 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=AF=8F=E6=AC=A1=E6=B8=85=20venv=20?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E6=97=A7=E7=BC=93=E5=AD=98=E6=8D=9F=E5=9D=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2d78406..5b1fbb8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: - name: Setup Python run: | + rm -rf /tmp/ci-venv-test python3 -m venv /tmp/ci-venv-test /tmp/ci-venv-test/bin/pip install --quiet fastapi pydantic pyyaml uvicorn requests pytest pytest-asyncio httpx