Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
options: -v ${{github.workspace}}/:/ros/
run: |
cd /ros
# Install click, try via apt first, fallback to pip with --break-system-packages
apt-get update
apt-get install -y python3-click || (apt-get install -y python3-pip && python3 -m pip install --break-system-packages click)
# Install both system and ROS2 yaml-cpp packages
apt-get install -y libyaml-cpp-dev ros-jazzy-yaml-cpp-vendor pkg-config
. /opt/ros/jazzy/setup.sh
Expand Down
3 changes: 3 additions & 0 deletions ethercat_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>python3-click</test_depend>
<test_depend>python3-yaml</test_depend>
<test_depend>python3-pytest</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down