From 3969911fd1359e195f733445dcfe62d95e225e51 Mon Sep 17 00:00:00 2001 From: Asuka Minato Date: Fri, 18 Jul 2025 01:28:38 +0900 Subject: [PATCH] uv run --- .github/workflows/api-tests.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/api-tests.yml b/.github/workflows/api-tests.yml index b9a9b9c20e..95d49fab0d 100644 --- a/.github/workflows/api-tests.yml +++ b/.github/workflows/api-tests.yml @@ -50,12 +50,14 @@ jobs: - name: Run ty check run: | cd api - uvx ty check || true + uv add --dev ty + uv run ty || true - name: Run pyrefly check run: | cd api - uvx pyrefly init || true - uvx pyrefly check || true + uv add --dev pyrefly + uv run pyrefly init || true + uv run pyrefly check || true - name: Coverage Summary run: | set -x