Skip to content

Commit 903bf2a

Browse files
committed
Fix build deps command
1 parent 30c502b commit 903bf2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

devtools/ci.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ def build_meson_wheels(ctx: Context, no_test: bool, cross: T.Optional[str]):
9696
continue
9797

9898
with ctx.handle_exception(project.name):
99-
project.install_build_deps(
100-
wheel_path=ctx.wheel_path, other_wheel_path=ctx.other_wheel_path
101-
)
99+
ctx.install_build_deps(subproject=project)
102100
project.build_wheel(
103101
wheel_path=ctx.wheel_path,
104102
other_wheel_path=ctx.other_wheel_path,

0 commit comments

Comments
 (0)