Python example for Github Actions tutorial This repository contains a simple stupid Python project used to illustrate a basic usage of Github actions. Testing Install test requirements: pip install -r test-requirements.txt Run pytest: pytest