ros2 / rosidl_python

rosidl support for Python
Apache License 2.0
20 stars 45 forks source link

Fix how to find Numpy headers for Windows debug #165

Closed ivanpauno closed 2 years ago

ivanpauno commented 2 years ago

Issue was introduced in https://github.com/ros2/rosidl_python/pull/160. Example issue: https://ci.ros2.org/view/nightly/job/nightly_win_deb/2357/console.

I'm honestly guessing, worst case I will restore the logic to find Numpy headers using before #160.

ivanpauno commented 2 years ago
ivanpauno commented 2 years ago

I will also fix this in https://github.com/ros2/rosidl_python/pull/164, as managin two PRs is making things more complicated