From 3bc1753105fe4908feb27fde62995f1ea31b9836 Mon Sep 17 00:00:00 2001 From: monosans Date: Wed, 2 Oct 2024 15:10:15 +0300 Subject: [PATCH] chore: use uv in ci --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d12923e..4572c5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: pipx run pre-commit run --all-files + - uses: astral-sh/setup-uv@v3 + - run: uv tool run --from pre-commit@latest --with pre-commit-uv --no-cache --python 3.12 pre-commit run --all-files build: strategy: matrix: