-
Notifications
You must be signed in to change notification settings - Fork 339
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
Replace CircleCI with GitHub Actions #996
Replace CircleCI with GitHub Actions #996
Conversation
The CircleCI build error here is a sign that we've successfully removed the config :) Upon merging we'll have to
|
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.
Looks really close! I can probably review and approve this pretty quickly once the doc build error is fixed (about pandoc needing to be installed).
- name: Documentation | ||
os: ubuntu-latest | ||
python: 3.8 | ||
toxenv: build_docs |
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.
This is really straightforward code. I thought it was going to be a lot more complicated. Nice!
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.
Admittedly I'm not saving any artifacts from this, just having this scream at us about warnings! RTD does the doc output now, so there's no reason to duplicate that.
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.
Transitioning to tox
a while ago paid off!
And that's a successful doc build :) |
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.
Goodbye, CircleCI!
docstrings.