fix: specify version into the uv installation action to bypass the setup-uv bug

https://github.com/astral-sh/setup-uv/issues/489

PiperOrigin-RevId: 784339143
This commit is contained in:
Xuan Yang
2025-07-17 15:34:31 -07:00
committed by Copybara-Service
parent 6e68c2d7f3
commit bbe1c9dc66
+2
View File
@@ -38,6 +38,8 @@ jobs:
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v6
with:
version: "latest"
- name: Install dependencies
run: |