Closed HiroIshida closed 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.
get_or_install(name, version=None):
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.