Skip to content

Commit

Permalink
[ci] Patched for ROS rolling CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli committed Mar 14, 2024
1 parent 35620ff commit 0b442e5
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 @@ -50,7 +50,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'
AFTER_SETUP_UPSTREAM_WORKSPACE: 'pip install example-robot-data --break-system-packages'
runs-on: ubuntu-latest
continue-on-error: true
steps:
Expand Down

0 comments on commit 0b442e5

Please sign in to comment.