Skip to content

Commit ba17370

Browse files
committed
fix: run pre-commit under uv
1 parent d48cfa6 commit ba17370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip build setuptools
2929
pip install . .[test]
3030
- name: Lint/test with pre-commit
31-
run: SKIP=no-commit-to-branch pre-commit run --all-files
31+
run: SKIP=no-commit-to-branch uv run pre-commit run --all-files
3232

3333
tests:
3434
name: tests

0 commit comments

Comments
 (0)