Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Jan 18, 2025
1 parent e55ffd1 commit aca1f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit aca1f9b

Please sign in to comment.