robotology / yarp-devices-ros2

Plugins, devices and network wrappers for Yarp-ROS2 interoperation
http://www.yarp.it
10 stars 8 forks source link

Use Python3_EXECUTABLE CMake option also on Windows CI scripts #23

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

This fixes CI after the update of ROS2 Galactic packages, see https://github.com/RoboStack/ros-galactic/issues/55 .

Without this fix, the CI is failing, see https://github.com/robotology-playground/yarp-ros2/actions/runs/1374486382 .

ste93 commented 2 years ago

merged, thanks @traversaro