ctlearn-project / ctlearn

Deep Learning for IACT Event Reconstruction
BSD 3-Clause "New" or "Revised" License
53 stars 43 forks source link

Gh actions #162

Closed nietootein closed 1 year ago

nietootein commented 1 year ago

This PR implements #146 . Basic CI implemented using GitHub Actions consisting of installing the package from source in a Conda environment. The OS matrix needs to be expanded to test on MacOS (breaking for now).

TjarkMiener commented 1 year ago

Thanks a lot @nietootein! Out of curiosity, any idea why the version is "unknown" in the log of the GH action when installing CTLearn from source?

nietootein commented 1 year ago

Thanks for spotting that issue, @TjarkMiener. I suspect we need to have a closer look at our setup.py...