personalrobotics / dartpy

:dart: :snake: Python bindings for the Dynamic Animation and Robotics Toolkit
BSD 2-Clause "Simplified" License
15 stars 5 forks source link

Should we pin the dart version in the CI build? #42

Open psigen opened 7 years ago

psigen commented 7 years ago

It seems a bit weird that all our dart-6.3 branches will start to fail once the dart PPA is upgraded to dart-6.4.

Should we somehow be specifying a major-minor version when we install the dart version such that we will be testing against the latest branch-matched version of dart (e.g. dart 6.3.X for dartpy/dart-6.3?

https://github.com/personalrobotics/dartpy/blob/1838ea22ef28b439881f3acc74f297412c7ef338/ci/install_linux.sh#L6