Skip to content

Commit

Permalink
CI: Install pre-commit before running it
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Mar 20, 2024
1 parent 65f44af commit 4aea8b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
python-version: '3.8'
cache: 'pip'
- name: Install pre-commit
run: pip install -c requirements.txt pre-commit
- name: Run pre-commit checks
run: pre-commit run --all-files
rust-tests:
Expand Down

0 comments on commit 4aea8b1

Please sign in to comment.