CI: update python versions for lint.yml#332
Conversation
Python 3.8 is not available on ubuntu-latest images anymore.
|
I've no idea where the stalling "buld: (3.8)" and "build: (3.9)" jobs are coming from. Clearing the actions cache does not help. Unless it's going to somehow resolve itself, the "lint" CI job in in this repo is broken. Maybe not that big of a loss anywhay. |
|
Not sure it's the root cause, but |
|
Linting on two separate Python versions isn't useful I think, so also better to remove the matrix-ing over Python versions while you're at it. |
|
And Ubuntu-provided packages shouldn't matter? The Python comes from |
|
Good idea, thanks. Updated the action versions, removed the matrix. Stalling builds are still there. |
|
I can't find the problem so quickly. Let's see if it resolves itself now that the job is updated. |
Python 3.8 is not available on ubuntu-latest images anymore.