Skip to content

Commit

Permalink
fix: path construction when testing linux wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
MBS9 committed Aug 13, 2023
1 parent 26c5e18 commit 75e3716
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 @@ -185,7 +185,7 @@ def build_in_container(
constraints_file = build_options.dependency_constraints.get_for_python_version(
config.version
)
container_constraints_file = PurePath("/constraints.txt")
container_constraints_file = PurePosixPath("/constraints.txt")

container.copy_into(constraints_file, container_constraints_file)
dependency_constraint_flags = ["-c", container_constraints_file]
Expand Down

0 comments on commit 75e3716

Please sign in to comment.