fix(ci): set up Python for Windows package verification - #966
mldangelo-oai wants to merge 3 commits into
Conversation
|
@codex review Please review exact head |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Codex Review: Didn't find any major issues. Hooray! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
Windows installed-package verification invokes plugin code that needs Python. A Node 24 run failed with
PluginPythonUnavailableErrorbefore the package behavior assertions. Separately, release-note reconciliation tests intermittently exceeded their subprocess timeout on Windows, which also failed the runner-inventory comparison.Changes
Testing
git diff --checkpassed.Risk and rollout
This changes CI setup and test timing; production code and installed-package assertions are unchanged. The interpreter setup remains mandatory for both Windows Node versions. The original failure does not distinguish a missing interpreter from a failed interpreter probe.
Public disclosure review