From ee7a0db5f98a903a843010c32c4d8bac43addb4f Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 9 Sep 2021 09:01:13 +0900 Subject: [PATCH] ARROW-13942: [Dev] Update cmake_format usage in autotune comment bot This is a follow-up of #10571 / ARROW-8459 . --- .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..2351cfc405590 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[all] + archery lint --cmake-format --fix - name: Run clang-format on cpp if: env.CLANG_FORMAT_CPP == 'true' || endsWith(github.event.comment.body, 'everything') run: |