Skip to content

Commit d4789f8

Browse files
committed
Fix .github/workflows/pre-commit.yml
1 parent 72b9829 commit d4789f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@ jobs:
4444
uses: astral-sh/setup-uv@v7
4545
with:
4646
cache-dependency-glob: |
47-
requirements**.txt
4847
pyproject.toml
4948
uv.lock
5049
- name: Install Dependencies
5150
run: |
5251
uv venv
53-
uv pip install -r requirements.txt
52+
uv sync
5453
- name: Run prek - pre-commit
5554
id: precommit
5655
run: uvx prek run --from-ref origin/${GITHUB_BASE_REF} --to-ref HEAD --show-diff-on-failure

0 commit comments

Comments
 (0)