Skip to content

Commit 1fa23dd

Browse files
committed
Fix: did not propagate kwargs during Numpy installation.
1 parent 8ba7390 commit 1fa23dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-graalpython/modules/ginstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ def get_lapack_lite_sources(ext, build_dir):
11261126
},
11271127
11281128
'''
1129-
install_from_pypi("numpy==1.16.4", patch=patch, env={"NPY_NUM_BUILD_JOBS": "1"})
1129+
install_from_pypi("numpy==1.16.4", patch=patch, env={"NPY_NUM_BUILD_JOBS": "1"}, **kwargs)
11301130

11311131
@pip_package()
11321132
def dateutil(**kwargs):

0 commit comments

Comments
 (0)