-
Notifications
You must be signed in to change notification settings - Fork 1
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
Generate schema in CI #197
Conversation
Reasoning: Ease testing, provide more flexibility
Do not make snapshots of the real schemas, this is handled in the CI Focus on making sure that the functions work as intended. No need to test output correctness of`gen_config_schema()`, it is essentially an alias for the pydantic schema_json_of() command
the gen-docs hook is failing on my local machine
might be due to different version of |
Yea, it behaves differently on mac, I will fix it I guess it didn't work at all until now if it never failed for you or @raminqaf (He also uses macOS, right?) |
now I am getting
edit: I believe |
How about now? Apparently there is no way to make the I added a check in the CI to ensure that the scripts work in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
last one, otherwise LGTM
closes #71