From 3bbec3f31ca16dd347b9ec88bd2b38fbf1a403b9 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Fri, 10 Sep 2021 09:07:55 +0900 Subject: [PATCH] ARROW-13942: [Dev] Update cmake_format usage in autotune comment bot This is a follow-up of #10571 / ARROW-8459 . Closes #11112 from kou/github-actions-autotune Authored-by: Sutou Kouhei Signed-off-by: Sutou Kouhei --- .github/workflows/comment_bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment_bot.yml b/.github/workflows/comment_bot.yml index 35d889152fbef..b78ae80fb9774 100644 --- a/.github/workflows/comment_bot.yml +++ b/.github/workflows/comment_bot.yml @@ -95,8 +95,8 @@ jobs: set -ex export PATH=/home/runner/.local/bin:$PATH python3 -m pip install --upgrade pip setuptools wheel - python3 -m pip install -r dev/archery/requirements-lint.txt - python3 run-cmake-format.py + python3 -m pip install -e dev/archery[lint] + archery lint --cmake-format --fix - name: Run clang-format on cpp if: env.CLANG_FORMAT_CPP == 'true' || endsWith(github.event.comment.body, 'everything') run: |