We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9234d0e commit 6cf264cCopy full SHA for 6cf264c
cibuildwheel/linux.py
@@ -204,6 +204,8 @@ def build_in_container(
204
205
dependency_constraint_flags: list[PathOrStr] = []
206
207
+ log.step("Setting up build environment...")
208
+
209
if build_options.dependency_constraints:
210
constraints_file = build_options.dependency_constraints.get_for_python_version(
211
config.version
@@ -213,8 +215,6 @@ def build_in_container(
213
215
container.copy_into(constraints_file, container_constraints_file)
214
216
dependency_constraint_flags = ["-c", container_constraints_file]
217
- log.step("Setting up build environment...")
-
218
env = container.get_environment()
219
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
220
env["PIP_ROOT_USER_ACTION"] = "ignore"
0 commit comments