Skip to content

Commit 448c403

Browse files
committed
chore(CI): use uv to run pre-commit in testing/run.sh
1 parent 838ea41 commit 448c403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ for config in "${configs[@]}"; do
1111
echo "===================================="
1212
echo "Test $config"
1313
echo "===================================="
14-
pre-commit clean
15-
pre-commit run -c testing/$config --files testing/main.c | tee -a result.txt || true
14+
uvx pre-commit clean
15+
uvx pre-commit run -c testing/$config --files testing/main.c | tee -a result.txt || true
1616
git restore testing/main.c
1717
done
1818

0 commit comments

Comments
 (0)