CI CD
project on Github, with Github Workflows.
The following actions are performed automatically thanks to Github Workflows
. This action is performed on every push to the repository.
pip install -r requirements.txt
pytest tests
or
tox
CI CD
project on Github, with Github Workflows.
The following actions are performed automatically thanks to Github Workflows
. This action is performed on every push to the repository.
pip install -r requirements.txt
pytest tests
or
tox