From ecc2e0ce06ca2fba9751a98f6a4f62aca9186a4a Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Sat, 3 Jan 2026 13:58:47 +0900 Subject: [PATCH] fix: add continue-on-error to uv setup step - Allow workflow to continue if uv installation fails --- .github/workflows/test-windows-self-hosted.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-windows-self-hosted.yml b/.github/workflows/test-windows-self-hosted.yml index 046056b..cc9b76e 100644 --- a/.github/workflows/test-windows-self-hosted.yml +++ b/.github/workflows/test-windows-self-hosted.yml @@ -58,6 +58,7 @@ jobs: # Install Python using uv - name: Install uv + continue-on-error: true uses: astral-sh/setup-uv@v7 - name: Install Python