Skip to content

Commit 09f1269

Browse files
d33bscopybara-github
authored andcommitted
ci(tests): leverage official uv action for install
Merge #1547 This PR replaces the `curl`-based installation of `uv` to instead use the [official GitHub Action from Astral](https://github.com/astral-sh/setup-uv). Closes #1545 COPYBARA_INTEGRATE_REVIEW=#1547 from d33bs:use-uv-action 05ab7a1 PiperOrigin-RevId: 775402484
1 parent 9e473e0 commit 09f1269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

39-
- name: Install uv
40-
run: curl -LsSf https://astral.sh/uv/install.sh | sh
39+
- name: Install the latest version of uv
40+
uses: astral-sh/setup-uv@v6
4141

4242
- name: Install dependencies
4343
run: |

0 commit comments

Comments
 (0)