Skip to content

Commit

Permalink
Use uvx pre-commit in the linting step
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice committed Jan 31, 2025
1 parent a76a82e commit 13692b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
cache-suffix: "3.10"
- name: Install dependencies
run: uv sync --frozen
- run: pre-commit --version
- run: pre-commit install
- run: pre-commit run --all-files --show-diff-on-failure
run: uvx pre-commit run --all-files --show-diff-on-failure

check_docs:
needs: [linting]
Expand Down

0 comments on commit 13692b8

Please sign in to comment.