Uh oh!
There was an error while loading. Please reload this page.
ci: pin to ubuntu-22.04 for now - #4942
Conversation
for more information, see https://pre-commit.ci
| # TODO: remove this version pinning | ||
| # The latest 0.16 supports workspace inheritance, so the check will fail | ||
| version: "0.15" |
There was a problem hiding this comment.
I think this is needed to pass the test for now.
Will be fixed by #4941
eitsupi
commented
Oct 9, 2024
If we do not merge this, all CI for any PRs will fail, so I will merge for now. |
max-sixty
commented
Oct 9, 2024
Thanks a lot! I guess we need to add python onto the images. (would be great if we could pin the images + have dependabot upgrade them, but seems that dependabot doesn't do this...) |
eitsupi
commented
Oct 9, 2024
Python is included in ubuntu-24.04. Do you think we need to install something like libpython-dev with apt? Details |
max-sixty
commented
Oct 10, 2024
Ah, interesting. Possibly. I guess we'll hear from others fairly soon on what's required... |
See #4941 (comment)
So far, CI in this repository does not seem to support Ubuntu 24.04.