Skip to content

ENH: Update nightly runner to use a local install of python 3.13#96

Merged
aylward merged 1 commit into
Project-MONAI:mainfrom
aylward:nightly_local_python
Jul 24, 2026
Merged

ENH: Update nightly runner to use a local install of python 3.13#96
aylward merged 1 commit into
Project-MONAI:mainfrom
aylward:nightly_local_python

Conversation

@aylward

@aylward aylward commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Use an embedded python in the action directory on the remote machine.

Summary by CodeRabbit

  • Chores
    • Updated nightly health checks and dashboard generation to run on Python 3.13.
    • Existing test execution, reports, dashboard creation, and status updates remain unchanged.

Copilot AI review requested due to automatic review settings July 24, 2026 19:09

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Walkthrough

The nightly health workflow now uses Python 3.13 for Windows virtual environment creation and Ubuntu dashboard generation. Test execution, artifact production, dashboard generation, and status publishing remain unchanged.

Changes

Nightly health runtime

Layer / File(s) Summary
Update nightly health Python runtimes
.github/workflows/nightly-health.yml
The Windows health-tests job creates its virtual environment with Python 3.13, and the Ubuntu build-dashboard job configures Python 3.13.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

Suggested reviewers: copilot

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main change: switching the nightly runner workflow to Python 3.13.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/nightly-health.yml:
- Around line 58-61: Update the virtual-environment setup command in the
workflow’s Python installation step to use a guaranteed pip-capable Python
installation, such as the installed Python 3.13 executable under C:\Program
Files\Python313, instead of the undefined embeddable runtime path. Preserve the
existing venv target and Python 3.13 requirement.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 77837632-bb6d-4d83-a864-c4e2aa4bcd9e

📥 Commits

Reviewing files that changed from the base of the PR and between 7d73044 and f1bb666.

📒 Files selected for processing (1)
  • .github/workflows/nightly-health.yml

Comment thread .github/workflows/nightly-health.yml
@aylward
aylward merged commit 67a49e3 into Project-MONAI:main Jul 24, 2026
10 checks passed
@aylward
aylward deleted the nightly_local_python branch July 24, 2026 19:20
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