Skip to content

Commit f4269ba

Browse files
committed
BUG: Add numpy installation for Windows wheels testing
1 parent 9efd4f0 commit f4269ba

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)