Spaces:
Running
Running
Install pre-commit before use.
Browse files
.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
|