Skip to content

Commit

Permalink
don't remove installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Dec 8, 2024
1 parent 7a61d9d commit 3c1ffcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def install_cpython(tmp: Path, version: str, url: str, free_threading: bool) ->
# Python 3.13 is the first version to have a free-threading option
args += ["-applyChoiceChangesXML", str(free_thread_enable_313.resolve())]
call("sudo", "installer", "-pkg", pkg_path, *args, "-target", "/")
pkg_path.unlink()
# pkg_path.unlink()
env = os.environ.copy()
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"

Expand Down

0 comments on commit 3c1ffcb

Please sign in to comment.