-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix Python Data Tests & Add to CI Via GitHub Actions #80
Conversation
✅ Deploy Preview for radiant-cucurucho-d09bae ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@alexkcode - this PR might interest you, I'm trying to get your tests working on all PRs! Should we limit this to only run on changes of certain files (related StackOverflow) maybe just |
Also specify Python 3.9
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 good! Ran through the tests and did some quick checks on the website.
Description
Adds a GitHub action to run the new tests Alex added, ensuring no new PRs can go through that break data processing. See PR #68 for the original PR adding the tests.
Fixes #79
Testing Instructions
Ran tests locally and in CI
Checklist: