-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update setup-ros to get pinned version of empy #45
Conversation
moriarty
commented
Feb 8, 2024
- empy version incompatibility colcon/colcon-core#602
- Pin version of empy to <4 ros-tooling/setup-ros#632
- colcon/colcon-core#602 - ros-tooling/setup-ros#632 Signed-off-by: Alex Moriarty <[email protected]>
Signed-off-by: Alex Moriarty <[email protected]>
Bumping just setup-ros made everything else fail... :( I'll try to bump everything and fix whatever breaks in this PR |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #45 +/- ##
==========================================
+ Coverage 0.00% 20.77% +20.77%
==========================================
Files 5 20 +15
Lines 352 597 +245
Branches 0 240 +240
==========================================
+ Hits 0 124 +124
+ Misses 352 341 -11
- Partials 0 132 +132
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
🤔 a step closer but unfortunately I can't locally reproduce the failing
|
- I am disabling this for now it is failing in github actions not locally. - Might be due to network issues in the containers ament/ament_lint#448 I will switch to a pre-commit hook for linting in a follow up PR. Signed-off-by: Alex Moriarty <[email protected]>
Signed-off-by: Alex Moriarty <[email protected]>