You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After discussing with @raghaprasad, we agreed the path forward should be to support an additional build job which would use colcon-bundle from source. So rather than removing the installation from source, we should guard it inside an if condition and provide that flag via .travis.yml.
Changing the title accordingly.
AAlon
changed the title
Use pip installation of colcon bundle
Add a configuration option to control the type of colcon-bundle installation (from pip or source)
Jun 18, 2019
We're currently installing colcon bundle from source due to an issue with the version that exists in pip.
Once colcon bundle is released to pip (along with the following commit: colcon/colcon-bundle@d5ea60e) we should remove the installation from source.
Related to PR #35
The text was updated successfully, but these errors were encountered: