Skip to content

Commit 8ef7693

Browse files
author
Lawrence Joffe
committed
fix pre-commit ci installation
1 parent 43f145d commit 8ef7693

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222

2323
- name: Run pre-commit checks
2424
run: |
25-
pre-commit run --all-files
25+
uv pip install pre-commit
26+
uv run pre-commit run --all-files

0 commit comments

Comments
 (0)