Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: pre-commit runner ubuntu image update #275

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

mskorbek
Copy link
Collaborator

Purpose

To fix an issue with PEP 668 disallowing to install pre-commit via pre-commit/[email protected] on gh-hosted runner.

Proposed Changes

GH runner image is changed from latest to 22.04 as the latest version is 24.04 which uses python 3.12 with PEP 668 implemented. 22.04 uses python 3.10 without PEP 668 what should solve the issue.

Issues

N/A

Testing

This draft PR tests itself as only by PR we can test CI pre-commit job execution.

@mskorbek mskorbek marked this pull request as ready for review October 16, 2024 13:51
@maciejmajek maciejmajek merged commit 0f13882 into development Oct 17, 2024
5 checks passed
@maciejmajek maciejmajek deleted the ci/pre-commit-image-update branch October 17, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants