Skip to content

Commit

Permalink
Only install test dependencies when checking style
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Jan 17, 2024
1 parent 1dc22c0 commit 9e5a906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
apt update
rosdep update
source /opt/ros/${{matrix.config.rosdistro}}/setup.bash
rosdep install --from-paths src --ignore-src -y
rosdep install --from-paths src --ignore-src -y --dependency-types test
shell: bash
- name: Check Code format
working-directory: src/grid_map_geo/Tools
Expand Down

0 comments on commit 9e5a906

Please sign in to comment.