Skip to content

Commit

Permalink
fix: hide root pip warning on Linux again
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Oct 14, 2022
1 parent 1904551 commit 0633bbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cibuildwheel/linux.py
Expand Up @@ -189,6 +189,8 @@ def build_in_container(
log.step("Setting up build environment...")

env = container.get_environment()
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
env["PIP_ROOT_USER_ACTION"] = "ignore"

# put this config's python top of the list
python_bin = config.path / "bin"
Expand Down

0 comments on commit 0633bbe

Please sign in to comment.