Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a GitHub Action to test PyPI Releases on a Regular Schedule (#29)
* Adds a GitHub Action to test the PyPI releases on a regular schedule * Splits dependency install between Python 2.7 and 3 to deal with requirements * Modifies directory structure for testing to ensure pip Hatchet is used * Updates the pip tester with v2022.2.0 Also adds Python 3.9 to the testing matrix and removes Python 2.7 * For now, only testing v2022.2.0 since it's the only one uploaded to PyPI * Sets a cron schedule * Switch back to push trigger for testing * Removes Python 2.7 dependencies and switches back to cron trigger * Removes Python 3.5 from matrix * Run one more test * Switches back to cron for merge
- Loading branch information