Skip to content

Commit 24e3f9b

Browse files
committed
Merge branch 'release' of github.com:InsightSoftwareConsortium/ITKPythonPackage into release
2 parents 9ebaa64 + 4a4d035 commit 24e3f9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/windows_build_wheels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def test_wheels(python_env):
233233
ninja_executable,
234234
path
235235
) = venv_paths(python_env)
236+
check_call([pip, 'install', 'numpy'])
236237
check_call([pip, 'install', 'itk', '--no-cache-dir', '--no-index',
237238
'-f', 'dist'])
238239
print('Wheel successfully installed.')

0 commit comments

Comments
 (0)