Skip to content

Commit

Permalink
ARROW-7978: [Dev] Do not run IWYU in Github Actions "lint" workflow
Browse files Browse the repository at this point in the history
Closes #6516 from pitrou/ARROW-7978-lint-no-iwyu and squashes the following commits:

bc0c8e3 <Antoine Pitrou> ARROW-7978:  Do not run IWYU in Github Actions "lint" workflow

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
  • Loading branch information
pitrou committed Mar 2, 2020
1 parent 77246f7 commit b85e17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ services:
command: >
/bin/bash -c "
pip install -e /arrow/dev/archery &&
archery lint --all --no-clang-tidy --no-numpydoc"
archery lint --all --no-clang-tidy --no-iwyu --no-numpydoc"
######################### Integration Tests #################################

Expand Down

0 comments on commit b85e17f

Please sign in to comment.