Skip to content

Commit de07ac2

Browse files
committed
Add uv installation step
1 parent d6d809e commit de07ac2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

23+
- name: Set up uv
24+
uses: astral-sh/setup-uv@v4
25+
with:
26+
enable-cache: true
27+
cache-dependency-glob: |
28+
uv.lock
29+
pyproject.toml
30+
2331
- name: Install dependencies
2432
run: make sync
2533

0 commit comments

Comments
 (0)