Skip to content

Commit

Permalink
ARROW-13942: [Dev] Update cmake_format usage in autotune comment bot
Browse files Browse the repository at this point in the history
This is a follow-up of #10571 / ARROW-8459 .

Closes #11112 from kou/github-actions-autotune

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou committed Sep 10, 2021
1 parent 42d10c3 commit 3bbec3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3bbec3f

Please sign in to comment.