Issue #467 - Add baseline GH Actions build #471
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add a default build for any push to master or pull request that runs
the full
tox
build. This includes the test suite for all supportedpython versions, the docs build, and the linting pipeline.
This is sufficient for a first pass but there are a couple of things we
might want to poke at. I could not get
actions/setup-python
caching ofpoetry dependencies to work with
tox-gh-actions
. The lint run keptfailing because it couldn't find
pre-commit
even though it seemed tohave been installed properly. Should poke at this in a follow on ticket.
Would also be good to get a better build running to test package
deployment and the like. Bundling everything up and shipping it off to
test.pypi would be great. I'd also like to get a release build
integrated so we aren't manually doing that. Automatic CHANGELOG updates
after a push to master or PR merge would also be great.
Resolve #467