From 682db6ac5488f6e5d82a4ac369674cc430c3f773 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Tue, 24 Feb 2026 15:41:06 +0900 Subject: [PATCH] Specify python version to setup-uv Signed-off-by: Anuraag Agrawal --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 185da41..b1935e6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,6 +59,8 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + with: + python-version: ${{ matrix.python }} - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: