diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c7a93459bc70..f7bcd24d5403 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -141,10 +141,6 @@ jobs: - name: Check pre-commit run: | python3 -m pip install --upgrade pre-commit - # TODO: ignore the first yapf failure until https://github.com/google/yapf/issues/1164 is fixed - python3 -m pre_commit run --all-files --verbose yapf &> /dev/null || true - # If first run of yapf worked and made changes reset the tree to the original state - git reset --hard python3 -m pre_commit run --all-files --verbose - name: Print diff of changes if pre-commit failed if: failure() diff --git a/.github/workflows/integration-tests.yml.in b/.github/workflows/integration-tests.yml.in index afaef1369c46..c587cfc27ae8 100644 --- a/.github/workflows/integration-tests.yml.in +++ b/.github/workflows/integration-tests.yml.in @@ -155,10 +155,6 @@ jobs: - name: Check pre-commit run: | python3 -m pip install --upgrade pre-commit - # TODO: ignore the first yapf failure until https://github.com/google/yapf/issues/1164 is fixed - python3 -m pre_commit run --all-files --verbose yapf &> /dev/null || true - # If first run of yapf worked and made changes reset the tree to the original state - git reset --hard python3 -m pre_commit run --all-files --verbose - name: Print diff of changes if pre-commit failed