-
Notifications
You must be signed in to change notification settings - Fork 17
Add GitHub Actions CI workflows #86
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
Looks like fails on Julia-latest would be fixed by But also i think we should stop testing on the latest julia |
Do you mean JuliaNightly? I went ahead and removed that workflow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets also delete Travis CI in this PR
Done. Also I just realized that there was a Documenter stage with Travis, but it's been broken since Julia 1.5, so I added a corresponding GitHub actions workflow. |
yes, I have reproduced that locally, I am not sure the root cause but it seems like it does not block this PR. |
* Add GitHub Actions CI workflows * Add CI badge * Remove JuliaNightly workflow * Remove Travis * Add documenter workflow * Add documenter key * Move to correct directory
The workflows are based on those from ChainRules.jl. Since we don't build documentation or compute code coverage with Travis, I didn't add those in this PR.