Fix missing github_utils.py download in PR CI dashboard workflow - #47668
Merged
Conversation
The update_pr_ci_dashboard_recap.py script imports from github_utils, but the workflow only downloaded the main script. Now both files are fetched from the same SCRIPT_REF (main branch SHA) for consistency. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Sainava
pushed a commit
to Sainava/Sai-transformers
that referenced
this pull request
Aug 3, 2026
…gingface#47668) The update_pr_ci_dashboard_recap.py script imports from github_utils, but the workflow only downloaded the main script. Now both files are fetched from the same SCRIPT_REF (main branch SHA) for consistency. Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
update_pr_ci_dashboard_recap.pyimportsgithub_requestfromgithub_utils, but the workflow only downloaded the main script, causingModuleNotFoundError: No module named 'github_utils'update_pr_ci_dashboard_recap.pyandgithub_utils.pyare fetched from the sameSCRIPT_REF(the workflow's commit SHA onmain)Test plan