Skip to content

Commit 89c0280

Browse files
author
Colin Flaherty
committed
improve
1 parent 9190048 commit 89c0280

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
./setup.sh
2323
2424
- name: Run pre-commit
25-
run: pre-commit run --all-files
25+
run: uvx pre-commit run --all-files
2626

2727
- name: Run pytest
28-
run: pytest
28+
run: uvx pytest

0 commit comments

Comments
 (0)