Skip to content

Commit 8da8e17

Browse files
committed
disable pre-commit checks
1 parent 8e7b7bc commit 8da8e17

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/gemm-tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,6 @@ jobs:
7070
with:
7171
python-version: '3.10'
7272

73-
- name: Run pre-commit checks
74-
run: |
75-
set -x
76-
pip install --upgrade pre-commit
77-
78-
# TODO: ignore the first yapf failure until https://github.com/google/yapf/issues/1164 is fixed
79-
python3 -m pre_commit run --all-files --verbose yapf &> /dev/null || true
80-
# If first run of yapf worked and made changes reset the tree to the original state
81-
git reset --hard
82-
83-
python3 -m pre_commit run --show-diff-on-failure --color=always --all-files --verbose
84-
8573
- name: Save pip cache
8674
if: ${{ steps.pip-cache.outputs.status == 'miss' }}
8775
uses: ./.github/actions/save

0 commit comments

Comments
 (0)