TopoToolbox / pytopotoolbox

Python interface to TopoToolbox
https://topotoolbox.github.io/pytopotoolbox/
GNU General Public License v3.0
1 stars 2 forks source link

Set up CI through GitHub Actions #27

Open wkearn opened 1 month ago

wkearn commented 1 month ago

At the moment, we mainly want to verify that the package builds correctly on different operating systems.

I don't think we really have automated tests yet, but once we have those, we can run them through CI as well.

This is related to

wkearn commented 1 month ago

28 implements a CI workflow through GitHub Actions.

As mentioned there, I think we can also add

to the workflow. @Teschl: I think you could add whatever checks you ran for #23 to address the first two points. The last one requires some automated tests, which we will have to set up.