-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
WEB: Test that our versions JSON is valid #61573
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
Labels
Comments
iabhi4
added a commit
to iabhi4/pandas
that referenced
this issue
Jun 5, 2025
1 task
iabhi4
added a commit
to iabhi4/pandas
that referenced
this issue
Jun 5, 2025
iabhi4
added a commit
to iabhi4/pandas
that referenced
this issue
Jun 5, 2025
iabhi4
added a commit
to iabhi4/pandas
that referenced
this issue
Jun 6, 2025
iabhi4
added a commit
to iabhi4/pandas
that referenced
this issue
Jun 6, 2025
iabhi4
added a commit
to iabhi4/pandas
that referenced
this issue
Jun 6, 2025
iabhi4
added a commit
to iabhi4/pandas
that referenced
this issue
Jun 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #61572
I think this can be as simple as loading the file with
json.load
when callingpandas_web.py
. This way, if the file is not valid JSON the CI should break. But we need to double check thatjson.load
fails if an extra comma is present.The text was updated successfully, but these errors were encountered: