From 4c8b82cd76117f1a7f259909af02d8a8235ee8a5 Mon Sep 17 00:00:00 2001 From: Mplan Date: Tue, 9 Jun 2026 00:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/python-ac?= =?UTF-8?q?tion-test.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/python-action-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/python-action-test.yml b/.gitea/workflows/python-action-test.yml index eb2a576..df4476f 100644 --- a/.gitea/workflows/python-action-test.yml +++ b/.gitea/workflows/python-action-test.yml @@ -20,7 +20,7 @@ jobs: python -m pip install --upgrade pip python -m pip install uv - name: Install dependencies with uv - run: uv install + run: uv sync - name: Run tests run: uv run pytest - name: List files in the repository