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

Fix pre-commit workflow #3

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

lkubb
Copy link
Member

@lkubb lkubb commented Apr 18, 2024

The pre-commit workflow currently fails because Debian Buster has been archived.

This updates the Python container from 3.10.9 on buster to 3.10.14 on bookworm. It also upgrades pip, not sure what caused this to be listed as a TODO, but runs fine now.

The updated git complains about ownership of the repo during pre-commit installation, hence we need to declare the current working directory as a safe directory.

@nicholasmhughes nicholasmhughes merged commit c1e5ab8 into salt-extensions:main Apr 23, 2024
1 of 2 checks passed
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.

2 participants