Skip to content

Fix missing github_utils.py download in PR CI dashboard workflow - #47668

Merged
ydshieh merged 1 commit into
mainfrom
fix_import
Jul 31, 2026
Merged

Fix missing github_utils.py download in PR CI dashboard workflow#47668
ydshieh merged 1 commit into
mainfrom
fix_import

Conversation

@ydshieh

@ydshieh ydshieh commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • update_pr_ci_dashboard_recap.py imports github_request from github_utils, but the workflow only downloaded the main script, causing ModuleNotFoundError: No module named 'github_utils'
  • Now both update_pr_ci_dashboard_recap.py and github_utils.py are fetched from the same SCRIPT_REF (the workflow's commit SHA on main)

Test plan

  • Re-run the failed workflow after merging — should no longer error on import

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>
@ydshieh
ydshieh merged commit 8a3fc23 into main Jul 31, 2026
30 checks passed
@ydshieh
ydshieh deleted the fix_import branch July 31, 2026 08:00
@HuggingFaceDocBuilderDev

Copy link
Copy Markdown

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>
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

Successfully merging this pull request may close these issues.

2 participants