You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently difficult to diagnose CI failures when submitting new packages because of how github actions outputs stdout and stderr. In short, the relevant part of the error message is not output near to which package is being processed.
I'm open to possible solutions. Perhaps:
redirect stderr to stdout in CI workflow
print error messasge to stdout in build_index.py
The text was updated successfully, but these errors were encountered:
It's currently difficult to diagnose CI failures when submitting new packages because of how github actions outputs
stdout
andstderr
. In short, the relevant part of the error message is not output near to which package is being processed.I'm open to possible solutions. Perhaps:
stderr
tostdout
in CI workflowstdout
inbuild_index.py
The text was updated successfully, but these errors were encountered: