We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7b7bc commit 8da8e17Copy full SHA for 8da8e17
.github/workflows/gemm-tests.yml
@@ -70,18 +70,6 @@ jobs:
70
with:
71
python-version: '3.10'
72
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
85
- name: Save pip cache
86
if: ${{ steps.pip-cache.outputs.status == 'miss' }}
87
uses: ./.github/actions/save
0 commit comments