From aca1f9bb122b3600942fb8e870873c3ed4eb4398 Mon Sep 17 00:00:00 2001 From: Myles Scolnick Date: Sat, 18 Jan 2025 14:44:01 -0500 Subject: [PATCH] fix --- .github/workflows/test_cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_cli.yaml b/.github/workflows/test_cli.yaml index 2b9b3d64c38..e673cf4bed9 100644 --- a/.github/workflows/test_cli.yaml +++ b/.github/workflows/test_cli.yaml @@ -113,7 +113,7 @@ jobs: - name: 🐍 Setup uv uses: astral-sh/setup-uv@v5 # Windows is throwing an error with uv on the Post step - if: ${{ matrix.os != 'windows-latest' }} + continue-on-error: ${{ matrix.os == 'windows-latest' }} with: enable-cache: true python-version: ${{ matrix.python-version }}