Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke authored Oct 8, 2024
1 parent ba39b8c commit e8bc7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion industrial_ci/src/tests/source_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
function install_catkin_lint {
local catkin_lint_pkg="catkin-lint"
if [ "$ROS_PYTHON_VERSION" == "2" ]; then
catkin_lint_pkg="catkin-lint<1.0.0"
catkin_lint_pkg="catkin-lint<1.6.23"
fi
ici_install_pypi_pkgs_for_command catkin_lint "$catkin_lint_pkg"
}
Expand Down

0 comments on commit e8bc7bb

Please sign in to comment.