Closed lucmurer closed 3 years ago
I am not sure why the CICD-Pipeline targeting tox did not run, since it is supposed to do so on a Push... My local tox execution shows that several checks fail...
py: commands succeeded
black: commands succeeded
ERROR: mypy: commands failed
ERROR: flake8: commands failed
docs: commands succeeded
The pipeline did run with my other branches I recently pushed, however...
Fixed the errors, and still wondering why the corresponding GitAction workflow for tox is not triggered.
I know now why: the branch does not use the latest version from master and therefore the workflow is actually missing.
Some additional changes to the original pull request #35 by @ubaumann, now ready to be finally reviewed and merged.