Closed
Description
On a pull_request
a github action will execute and do the following:
- Run on ubuntu-latest (and we can also run it on Windows, MacOS for extended coverage)
- Install multiple Python versions (3.7, 3.8, 3.9 etc)
- Install python dependencies
- Run flake8 on the code to find Python syntax errors or undefined names
- Run Pytest
- Upload artifact from workflow to shared data (optional)
Metadata
Metadata
Assignees
Labels
No labels