Skip to content

fix: remove pip upgrade step that fails on macOS arm64 runners#5

Merged
jianlins merged 1 commit intomasterfrom
copilot/worktree-2026-03-27T23-43-57
Mar 28, 2026
Merged

fix: remove pip upgrade step that fails on macOS arm64 runners#5
jianlins merged 1 commit intomasterfrom
copilot/worktree-2026-03-27T23-43-57

Conversation

@jianlins
Copy link
Copy Markdown
Collaborator

The 'python3 -m pip install --upgrade pip --break-system-packages' step fails on macos-latest (arm64/macos-15) because the system python3 is Homebrew's Python 3.14, whose pip lacks a RECORD file and cannot be uninstalled/upgraded.

This step is unnecessary since cibuildwheel manages its own isolated build environments with their own pip.

The 'python3 -m pip install --upgrade pip --break-system-packages' step
fails on macos-latest (arm64/macos-15) because the system python3 is
Homebrew's Python 3.14, whose pip lacks a RECORD file and cannot be
uninstalled/upgraded.

This step is unnecessary since cibuildwheel manages its own isolated
build environments with their own pip.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jianlins jianlins merged commit 3e7b581 into master Mar 28, 2026
4 checks passed
@jianlins jianlins deleted the copilot/worktree-2026-03-27T23-43-57 branch March 28, 2026 01:10
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