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