virtual-vehicle / pointcloudset

Efficient analysis of large datasets of point clouds recorded over time

Home Page:https://virtual-vehicle.github.io/pointcloudset/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conda build for github actions fails

tgoelles opened this issue · comments

Therefore CI tests are not working at the moment.

Seems like installing the pip dependencies takes forever and github actions stops after 6 hours.

Possible solutions

  • fix dependency issues between conda and pip packages
  • use the tgoelles/pointcloudset_base docker image for testing => build the base image onece and then use it for development and CI

see tg_test_conda_pip branch for develpment

issues are related to py3rosmsgs and pycryptodomex.

Wrote a PR for py3rosmsgs related to unused dependencies there.
Need to investigate pycryptodomex a bit more.

solved now with PR #47. Now we use github actions based on the pointcloudset_base image.