From 09e8135f938b4ab67f785e93253af9deb6afca29 Mon Sep 17 00:00:00 2001 From: "Billy D." Date: Mon, 2 Feb 2026 08:26:10 -0500 Subject: [PATCH] fix: upgrade setup-uv to v7 with explicit activate-environment: false --- .gitea/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 984effa..8af2e40 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,9 +18,10 @@ jobs: uses: actions/checkout@v4 - name: Set up uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v7 with: version: "latest" + activate-environment: false - name: Set up Python run: uv python install 3.13 @@ -42,9 +43,10 @@ jobs: uses: actions/checkout@v4 - name: Set up uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v7 with: version: "latest" + activate-environment: false - name: Set up Python run: uv python install 3.13