Skip to content

Commit b74f57e

Browse files
authored
Remove workaround for yapf (#2664)
Fixes #2688.
1 parent 9e41b65 commit b74f57e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ jobs:
7676
run: |
7777
set -x
7878
pip install --upgrade pre-commit
79-
80-
# TODO: ignore the first yapf failure until https://github.com/google/yapf/issues/1164 is fixed
81-
python3 -m pre_commit run --all-files --verbose yapf &> /dev/null || true
82-
# If first run of yapf worked and made changes reset the tree to the original state
83-
git reset --hard
84-
8579
python3 -m pre_commit run --show-diff-on-failure --color=always --all-files --verbose
8680
8781
- name: Save pip cache

0 commit comments

Comments
 (0)