Skip to content

Commit 3bbec3f

Browse files
committed
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 <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 42d10c3 commit 3bbec3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/comment_bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
set -ex
9696
export PATH=/home/runner/.local/bin:$PATH
9797
python3 -m pip install --upgrade pip setuptools wheel
98-
python3 -m pip install -r dev/archery/requirements-lint.txt
99-
python3 run-cmake-format.py
98+
python3 -m pip install -e dev/archery[lint]
99+
archery lint --cmake-format --fix
100100
- name: Run clang-format on cpp
101101
if: env.CLANG_FORMAT_CPP == 'true' || endsWith(github.event.comment.body, 'everything')
102102
run: |

0 commit comments

Comments
 (0)