Skip to content

Commit 963899a

Browse files
TexasCodingclaude
andcommitted
Fix CI workflow - use correct setup-uv version
- Change setup-uv@v3 to setup-uv@v2 (v3 doesn't exist yet) - This should fix the failing CI runs in the pull request 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 2a4c639 commit 963899a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Install uv
16-
uses: astral-sh/setup-uv@v3
16+
uses: astral-sh/setup-uv@v2
1717

1818
- name: Set up Python
1919
run: uv python install 3.10
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141

4242
- name: Install uv
43-
uses: astral-sh/setup-uv@v3
43+
uses: astral-sh/setup-uv@v2
4444

4545
- name: Set up Python ${{ matrix.python-version }}
4646
run: uv python install ${{ matrix.python-version }}

0 commit comments

Comments
 (0)