skip to Main Content

Ubuntu – Why does my GitHub linting action fail when using Python 3.12.3 with an Astroid building error?

After changing from Python 3.10.0 to 3.12.3 our workflow fails with: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.3/x64/bin/pylint", line 8, in <module> sys.exit(run_pylint()) ^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/pylint/__init__.py", line 25, in run_pylint PylintRun(argv or sys.argv[1:]) File "/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/pylint/lint/run.py", line 207, in __init__ linter.check(args)…

VIEW QUESTION
Back To Top
Search