Skip to content

Commit 48e702f

Browse files
committed
fix: ensurepip
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 71b371e commit 48e702f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cibuildwheel/macos.py

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def install_cpython(tmp: Path, version: str, url: str, free_threading: bool) ->
149149
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
150150

151151
if free_threading:
152+
call(installation_path / f"bin/python{version}t", "-m", "ensurepip", env=env)
152153
call(installation_path / f"bin/python{version}t", install_certifi_script, env=env)
153154
else:
154155
call(installation_path / "bin/python3", install_certifi_script, env=env)

0 commit comments

Comments
 (0)