Skip to content

Commit c870231

Browse files
author
Zhe Yu
committed
ci: configure pdm to use uv
1 parent db19959 commit c870231

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test_and_cov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

32+
- name: Install uv
33+
uses: astral-sh/setup-uv@v5
34+
with:
35+
python-version: ${{ matrix.python-version }}
36+
37+
- name: Configure pdm to use uv
38+
run: pdm config use_uv true
39+
3240
- name: install pdm and dependencies
3341
run: make deps
3442

0 commit comments

Comments
 (0)