Skip to content

Commit

Permalink
ci: ros2: fix "no such option: --break-system-packages"
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 28, 2025
1 parent 53deb52 commit 9bb9b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ros2-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
BUILDER: colcon
# This by-passes issues on importing example_robot_data module when running examples and unit tests.
# It seems target_ws is unable to properly overlay upstream_ws.
AFTER_SETUP_UPSTREAM_WORKSPACE: 'pip install example-robot-data --break-system-packages'
AFTER_SETUP_UPSTREAM_WORKSPACE: 'pip install example-robot-data'
runs-on: ubuntu-latest
continue-on-error: true
steps:
Expand Down

0 comments on commit 9bb9b7a

Please sign in to comment.