darabos commited on
Commit
5fdcfad
·
1 Parent(s): 1ab8f46

Install pre-commit before use.

Browse files
Files changed (1) hide show
  1. .github/workflows/test.yaml +1 -0
.github/workflows/test.yaml CHANGED
@@ -36,6 +36,7 @@ jobs:
36
 
37
  - name: Run pre-commits
38
  run: |
 
39
  pre-commit run --all-files
40
 
41
  - name: Run core tests
 
36
 
37
  - name: Run pre-commits
38
  run: |
39
+ uv pip install pre-commit
40
  pre-commit run --all-files
41
 
42
  - name: Run core tests