Skip to content

Commit f73f511

Browse files
a-orenclaude
andcommitted
ci: install uv in PR workflow for PythonUvProvider tests
TC-3855 The PythonUvProvider unit tests require the uv binary to be available, since the constructor eagerly validates it via Operations.getExecutable(). This follows the same pattern as other providers (cargo, go, gradle). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Assisted-by: Claude Code
1 parent b7611e0 commit f73f511

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
go-version: '1.20.1'
4444
- name: Install pnpm
4545
run: npm install -g pnpm
46+
- name: Install uv
47+
uses: astral-sh/setup-uv@v6
4648
- name: get Python location
4749
id: python-location
4850
run: |

0 commit comments

Comments
 (0)