Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add GitHub Actions as CI Add GitHub Actions workflow that tests the Jupyter notebooks in Python 3.6.8 and Python 3.7.3 Debian Docker images by running an install and test suite defined in entrypoint.sh c.f. https://developer.github.com/actions/managing-workflows/workflow-configuration-options/ * Split workflows for seperate exit statuses Seperate workflows are entirely different and so will have seperate exit statuses. If they were not split and one failed then the whole workflow woull immediatley fail and stop. c.f. https://jasonet.co/posts/use-github-actions-for-ci/ * use --no-cache-dir as inside Docker images As this is a CI job with no method to cache anything then there is no reason to use a cache directory for pip * Add monthly scheduled job
- Loading branch information