Skip to content

Commit

Permalink
Update linux.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed May 18, 2024
1 parent 20f4f22 commit 8934eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def build_in_container(

# TODO remove me once virtualenv provides pip>=24.1b1
if config.version == "3.13":
container.call(["python", "-m", "pip", "install", "pip>=24.1b1"], env=virtualenv_env)
container.call(["pip", "install", "pip>=24.1b1"], env=virtualenv_env)

if build_options.before_test:
before_test_prepared = prepare_command(
Expand Down

0 comments on commit 8934eda

Please sign in to comment.