Skip to content

Commit e72623b

Browse files
committed
use uv in qc workflow
1 parent 8b9e784 commit e72623b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr_qc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.11
16+
- name: Install the latest version of uv
17+
uses: astral-sh/setup-uv@v7
1618
- name: Run qa
1719
run: |
18-
pip install ".[dev]"
20+
make dev
1921
make qa

0 commit comments

Comments
 (0)