From 864166ecbd740bdfc62658385b2c78cc4324b406 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Tue, 14 Apr 2026 14:54:48 +1000 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20Python=20setup=20=E2=80=94=20use=20?= =?UTF-8?q?setup-uv=20python-version=20instead=20of=20separate=20install?= =?UTF-8?q?=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index bebf22b..4464beb 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -26,9 +26,8 @@ jobs: uses: astral-sh/setup-uv@v7 with: version: "latest" - - - name: Set up Python - run: uv python install 3.12 + python-version: "3.12" + enable-cache: true - name: Install dependencies (including dev) run: uv sync --dev