Skip to content

Commit d8fa4fb

Browse files
committed
uv sync instead of pip install in .github/workflows/pre-commit.yml
1 parent 5f4901e commit d8fa4fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ jobs:
4848
pyproject.toml
4949
uv.lock
5050
- name: Install Dependencies
51-
run: |
52-
uv venv
53-
uv pip install -r requirements.txt
51+
run: uv sync
5452
- name: Run prek - pre-commit
5553
id: precommit
5654
run: uvx prek run --from-ref origin/${GITHUB_BASE_REF} --to-ref HEAD --show-diff-on-failure

0 commit comments

Comments
 (0)