Skip to content

Commit

Permalink
fix: ensurepip
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Jun 7, 2024
1 parent 71b371e commit 48e702f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cibuildwheel/macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def install_cpython(tmp: Path, version: str, url: str, free_threading: bool) ->
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"

if free_threading:
call(installation_path / f"bin/python{version}t", "-m", "ensurepip", env=env)
call(installation_path / f"bin/python{version}t", install_certifi_script, env=env)
else:
call(installation_path / "bin/python3", install_certifi_script, env=env)
Expand Down

0 comments on commit 48e702f

Please sign in to comment.