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

Updating to version v1.1.5 is failing in pre-commit.ci #28

Closed
dmundra opened this issue Sep 30, 2024 · 3 comments
Closed

Updating to version v1.1.5 is failing in pre-commit.ci #28

dmundra opened this issue Sep 30, 2024 · 3 comments

Comments

@dmundra
Copy link

dmundra commented Sep 30, 2024

Our repos received an automatic PR CivicActions/accessibility#788 to update the version but the builds are failing https://results.pre-commit.ci/run/github/316053458/1727727747.JiPsq-u4SsuaRuDbbggntw

Is there an issue or a missing configuration we need to do?

@mattlqx
Copy link
Owner

mattlqx commented Sep 30, 2024

#27 added a language version to the config to correct a potential issue with the environment missing executables. As a result, on first use pre-commit is going to build the version of Ruby specified. That certainly exceeds the timeout of 2m that that test has. Try upping the timeout if you can, or overriding it by adding language_version: default to your config.

@dmundra
Copy link
Author

dmundra commented Oct 1, 2024

Ah thank you. Using language_version: default worked.

@mattlqx
Copy link
Owner

mattlqx commented Oct 1, 2024

Great!

@mattlqx mattlqx closed this as completed Oct 1, 2024
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

No branches or pull requests

2 participants