Skip to content

Commit f6a296c

Browse files
committed
Remove setting NPY_MEM_AVAILABLE from cibw_test_command.sh
1 parent 6ab7041 commit f6a296c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/wheels/cibw_test_command.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ if [[ $RUNNER_OS == "Windows" && $IS_32_BIT == true ]] ; then
1111
rm /c/Program\ Files/Git/usr/bin/link.EXE
1212
fi
1313

14-
# Set available memory value to avoid OOM problems on aarch64 (see gh-22418)
15-
export NPY_AVAILABLE_MEM="4 GB"
16-
1714
FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))")"
1815
if [[ $FREE_THREADED_BUILD == "True" ]]; then
1916
# Manually check that importing NumPy does not re-enable the GIL.

0 commit comments

Comments
 (0)