Skip to content

Commit 1adc21b

Browse files
committed
Forgot to install it:
1 parent e916105 commit 1adc21b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/pre-commit.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ jobs:
3232
path: ~/.cache/pre-commit
3333
key: pre-commit-${{ hashFiles('./.pre-commit-config.yaml') }}
3434

35+
- name: Install pre-commit
36+
run: pip install pre-commit
37+
3538
- name: Setup pre-commit
3639
if: steps.cache-pre-commit.outputs.cache-hit != 'true'
3740
run: |
38-
pip install pre-commit
3941
pre-commit install --install-hooks
4042
shell: bash
4143

0 commit comments

Comments
 (0)