Open InvincibleRMC opened 6 months ago
@InvincibleRMC can you address https://ci.ros2.org/job/ci_linux/21236/testReport/junit/launch.test/test_mypy/test_mypy/?
Strange it cannot find types-pyaml
error: Library stubs not installed for "yaml" [import-untyped]
Hmm I might be wrong but looking at this we might need to add the install in ros2ci itself.
Made a pr over at https://github.com/ros2/ci/pull/781 to hopefully address this problem.
I notice yaml was given a
#type: ignore
but that is no longer necessary withpython3-types-pyaml