chore: undo the workaround which bypassed the setup-uv bug

Bug https://github.com/astral-sh/setup-uv/issues/489 has been fixed.

PiperOrigin-RevId: 785529944
This commit is contained in:
Xuan Yang
2025-07-21 12:20:02 -07:00
committed by Copybara-Service
parent 65cb6d6bf3
commit 96a0d4b02c
-2
View File
@@ -38,8 +38,6 @@ jobs:
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v6
with:
version: "latest"
- name: Install dependencies
run: |