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