Skip to content

Commit 0790fd7

Browse files
committed
Install uv
1 parent 525e780 commit 0790fd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: '3.12'
21+
- name: Install uv
22+
uses: astral-sh/setup-uv@v5
2123
- name: Install Dependencies
2224
run: npm ci
2325
- name: Build

0 commit comments

Comments
 (0)