File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4040 # Installing micro-ROS prerequisites
4141 pip3 install catkin_pkg lark-parser empy colcon-common-extensions
4242
43+ if [ ${{ github.ref_name }} == "humble" ] || [ ${{ github.head_ref }} == *"humble"* ]; then
44+ # Use empy version 3.3.4 for Humble
45+ pip3 install empy==3.3.4
46+ fi
47+
4348 # Build with Serial USB transport
4449 west build -b disco_l475_iot1 $GITHUB_WORKSPACE/micro_ros_zephyr_module -p -- -DCONFIG_MICROROS_TRANSPORT_SERIAL_USB=y
4550
Original file line number Diff line number Diff line change 4949 # Installing micro-ROS prerequisites
5050 pip3 install catkin_pkg lark-parser empy colcon-common-extensions
5151
52+ if [ ${{ matrix.branch }} == "humble" ]; then
53+ # Use empy version 3.3.4 for Humble
54+ pip3 install empy==3.3.4
55+ fi
56+
5257 # Build with Serial USB transport
5358 west build -b disco_l475_iot1 $GITHUB_WORKSPACE/micro_ros_zephyr_module -p -- -DCONFIG_MICROROS_TRANSPORT_SERIAL_USB=y
5459
You can’t perform that action at this time.
0 commit comments