Closed vergauwenthomas closed 11 months ago
The goal of this merge request is to make one workflow file to do the tests etc. The remaining issue is to test if the package can be installed on mac and windows. However for some reason the installation fails at titanlib.
Why:
- Titanlib requires c++ compilers and is not pypi provided for mac and windows
- But titan is defined in a separate group in the pyproject.
- So why is titan still a problem?
The problem what to add the --without titan to the poetry update.
The goal of this merge request is to make one workflow file to do the tests etc. The remaining issue is to test if the package can be installed on mac and windows. However for some reason the installation fails at titanlib.
Why: