Skip to content

Commit

Permalink
ci: use uv for pre-commit workflow step (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko authored Nov 8, 2024
1 parent 38e8d84 commit ed0e094
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
with:
python-version: "3.10"

- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Install pre-commit
run: |
pip install pre-commit
pre-commit install
uv pip install pre-commit --system
uv run pre-commit install
- name: run pre-commit
run: |
Expand Down

0 comments on commit ed0e094

Please sign in to comment.