Skip to content

Commit

Permalink
Mise
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Dec 9, 2024
1 parent f130ed1 commit dd7001a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- run: npm ci --include=dev
- name: Run pre-commit
run: |
pip install 'pre-commit<5' pipx
pipx run pre-commit run --show-diff-on-failure --color=always --all-files
pip install pipx
pipx run --spec 'pre-commit<5' pre-commit run --show-diff-on-failure --color=always --all-files
pytest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dd7001a

Please sign in to comment.