iory / pySDFGen

SDFGen for Python
8 stars 2 forks source link

Avoid using scikit-build=0.16.0 for now #19

Closed HiroIshida closed 2 years ago

HiroIshida commented 2 years ago

Currently scikit-robot scheduled test is failed https://github.com/iory/scikit-robot/actions/runs/3353474168 due to the failure in installing this package.

After merging this and releasing the new version should fix the problem.

see the discussion in the pr below https://github.com/iory/scikit-robot/pull/258

Also, the original get_or_install(name, version=None): slight bit complicated, for just installing single package, so I refactored it.