We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.github/workflows/pre-commit.yml
1 parent 72b9829 commit d4789f8Copy full SHA for d4789f8
.github/workflows/pre-commit.yml
@@ -44,13 +44,12 @@ jobs:
44
uses: astral-sh/setup-uv@v7
45
with:
46
cache-dependency-glob: |
47
- requirements**.txt
48
pyproject.toml
49
uv.lock
50
- name: Install Dependencies
51
run: |
52
uv venv
53
- uv pip install -r requirements.txt
+ uv sync
54
- name: Run prek - pre-commit
55
id: precommit
56
run: uvx prek run --from-ref origin/${GITHUB_BASE_REF} --to-ref HEAD --show-diff-on-failure
0 commit comments