-
This was removed by github in June 2023
-
I do not see how I could keep the code clean for both for pylint2 and pylint3 at the same time, so do not even try.
-
Availability of python versions in cached runner images is subject to change and specification in https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json did not help
-
Want this to check why requirements installation does not happen as expected
-
Save computing time by failing immediately if any test fails. If we return early from one VM, the others are stopped, as well, so this saves lots of parallel time.
-
Could not find a way to say "newest pypy"; "pypy3" or "pypy3.x" did not work
-
Use github actions for Continuous Integration