Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 28, 2024
1 parent b053d8f commit e8e65ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cibuildwheel/macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,9 +597,10 @@ def build(options: Options, tmp_path: Path) -> None:
# test the wheel
if build_options.test_requires:
call_with_arch(
"pip", "install",
"pip",
"install",
*build_options.test_requires,
env=virtualenv_env_install_wheel
env=virtualenv_env_install_wheel,
)

# run the tests from a temp dir, with an absolute path in the command
Expand Down

0 comments on commit e8e65ec

Please sign in to comment.