Skip to content

Commit 6cf264c

Browse files
committed
move log to include container.copy_into
1 parent 9234d0e commit 6cf264c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cibuildwheel/linux.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ def build_in_container(
204204

205205
dependency_constraint_flags: list[PathOrStr] = []
206206

207+
log.step("Setting up build environment...")
208+
207209
if build_options.dependency_constraints:
208210
constraints_file = build_options.dependency_constraints.get_for_python_version(
209211
config.version
@@ -213,8 +215,6 @@ def build_in_container(
213215
container.copy_into(constraints_file, container_constraints_file)
214216
dependency_constraint_flags = ["-c", container_constraints_file]
215217

216-
log.step("Setting up build environment...")
217-
218218
env = container.get_environment()
219219
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
220220
env["PIP_ROOT_USER_ACTION"] = "ignore"

0 commit comments

Comments
 (0)