-
Notifications
You must be signed in to change notification settings - Fork 22
github actions instead of travis ci #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Copied and adapted github stuff from threeML
Hmm. I cannot see the actions actually running myself. I think it its smart to pull the master because this way things will stay in concert between repos if updates are made in both. However, that would mean that someone installing from pip only one of the repos might get different results. Opinon(s)? |
Hm. Right now, I'm installing astromodels & threeML from conda in the tests, which is consistent with the recommended installation procedure for hawc_hal. I guess I could add another set of tests using the current master branch of threeML/astromodels instead. |
@henrikef ah... somehow my brain saw that you were installing from the master at GitHub... sorry for the confusion. Must sleep |
This implements github actions workflow as already implemented for threeML.
Tests run, but still fail due to known issue #45
Also added check for stale issues and issue templates (bug report, feature request, analysis question)