Skip to content

ENH: Pre-installing setuptools in nightly-health - #101

Merged
aylward merged 1 commit into
Project-MONAI:mainfrom
aylward:setup_for_nightly
Aug 1, 2026
Merged

ENH: Pre-installing setuptools in nightly-health#101
aylward merged 1 commit into
Project-MONAI:mainfrom
aylward:setup_for_nightly

Conversation

@aylward

@aylward aylward commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Chores
    • Improved nightly health checks by preparing required build tools before installing CUDA and development dependencies.
    • Ensured CUDA/PyTorch-related dependencies are available during package setup.

Copilot AI review requested due to automatic review settings August 1, 2026 12:27
@aylward
aylward merged commit 10d8ff0 into Project-MONAI:main Aug 1, 2026
6 of 7 checks passed
@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: dfee9cc2-5031-45d4-877b-0efc075634f0

📥 Commits

Reviewing files that changed from the base of the PR and between c279943 and fe4c5b7.

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

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to data retention organization setting


Walkthrough

The nightly health workflow installs setuptools and wheel before non-isolated torch-scatter builds. It then installs the editable package with the cuda13 extra before the existing full-extra installation.

Changes

Nightly health workflow

Layer / File(s) Summary
Prepare CUDA package installation
.github/workflows/nightly-health.yml
The workflow installs setuptools and wheel, then installs the editable package with the cuda13 extra before installing the existing full set of extras.

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

Suggested reviewers: copilot

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

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.

Pull request overview

Updates the nightly health GitHub Actions workflow to ensure the build toolchain is present in the virtual environment before installing CUDA/PhysicsNeMo-related dependencies, aligning with the project’s pyproject.toml guidance around torch-scatter and --no-build-isolation.

Changes:

  • Adds an explicit setuptools/wheel installation step prior to installing .[cuda13] and .[physicsnemo] extras.
  • Documents why the install ordering matters for torch-scatter builds in uv-managed environments.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@aylward
aylward deleted the setup_for_nightly branch August 1, 2026 14:26
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