Skip to content

Commit b4a8d58

Browse files
committed
pre-commit action is broken, just install it and run it manually
1 parent ca30280 commit b4a8d58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
- uses: actions/setup-python@v3
1111
with:
1212
python-version: "3.11"
13-
- uses: pre-commit/[email protected]
13+
- name: pre-commit
14+
run: |
15+
python -m pip install pre-commit
16+
pre-commit run --show-diff-on-failure --all-files
1417
pytest:
1518
name: pytest
1619
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)