Skip to content

Commit

Permalink
Enforce version of catkin-lint to be smaller than the offending version
Browse files Browse the repository at this point in the history
For kinetic (python2) systems, we've bumped into this issue with catkin_lint fkie/catkin_lint#113

That makes the style checks fail.
  • Loading branch information
toliver authored Oct 25, 2024
1 parent 9db696c commit dd90bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ci/init/install/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- catkin_pkg
- empy==3.3.2
- coverage
- catkin-lint
- catkin-lint<1.6.23

- name: Update users bashrc to point to the ROS installation
lineinfile: dest={{ansible_env.HOME}}/.bashrc
Expand Down

0 comments on commit dd90bc5

Please sign in to comment.