Skip to content

Commit c542e99

Browse files
authored
infra: add the missing setup-uv step (#2824)
1 parent 352b1cb commit c542e99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
- uses: actions/setup-python@v6
7979
with:
8080
python-version: ${{ matrix.python }}
81+
- name: Install UV
82+
uses: astral-sh/setup-uv@v7
8183
- name: Install system dependencies
8284
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
8385
- name: Install

0 commit comments

Comments
 (0)