From b7f460bb6871a131ef05993d60f39b4256748c86 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 31 May 2026 12:51:55 +0100 Subject: [PATCH] Fix --- .forgejo/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index ee237eb..fd97c41 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -17,9 +17,9 @@ jobs: - uses: actions/checkout@v4 - name: Install uv - uses: https://github.com/astral-sh/setup-uv@v4 - with: - version: latest + run: | + curl -LsSf https://astral.sh/uv/install.sh | sh + echo "$HOME/.local/bin" >> "$GITHUB_PATH" - name: Set up Python run: uv python install 3.13