robotology / idyntree-yarp-tools

Tools based on the iDynTree library that depend on YARP.
GNU Lesser General Public License v2.1
6 stars 2 forks source link

Switch devel CI to use conda packages as well #28

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

devel CI has been failing lately due to https://github.com/robotology/yarp/pull/2822 : https://github.com/robotology/idyntree-yarp-tools/actions .

To solve the problem, we switch devel branch to also use conda packages to avoid any possible YARP compilation failure.

traversaro commented 2 years ago

Yes, and this change will backfire if we ever require a change that is just in an unreleased version of YARP or iDynTree, as usual it is always a tradeoff. :D