Skip to content

Commit bbe1c9d

Browse files
xuanyang15copybara-github
authored andcommitted
fix: specify version into the uv installation action to bypass the setup-uv bug
astral-sh/setup-uv#489 PiperOrigin-RevId: 784339143
1 parent 6e68c2d commit bbe1c9d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Install the latest version of uv
4040
uses: astral-sh/setup-uv@v6
41+
with:
42+
version: "latest"
4143

4244
- name: Install dependencies
4345
run: |

0 commit comments

Comments
 (0)