Skip to content

Commit 4aa8209

Browse files
fix: install cmake and ninja in SDK test cases
1 parent 2af67e1 commit 4aa8209

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

LayerDM/tests/test_build_module.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
def test_build_module(virtualenv: VEnv, curdir: Path, tmp_path: Path):
1212
virtualenv.module("pip", "wheel",
1313
"scikit-build-core",
14+
"ninja",
15+
"cmake",
1416
"vtk-sdk-python-wheel-helper",
1517
"vtk-sdk==9.6.0",
1618
"slicer-core==5.11.0.*",

0 commit comments

Comments
 (0)