Skip to content

Commit b24ba9f

Browse files
committed
Remove workaround for finding wrong link.exe from cibw_test_command.sh
1 parent f6a296c commit b24ba9f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/wheels/cibw_test_command.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ PROJECT_DIR="$1"
66

77
python -c "import numpy; numpy.show_config()"
88

9-
if [[ $RUNNER_OS == "Windows" && $IS_32_BIT == true ]] ; then
10-
# Avoid this in GHA: "ERROR: Found GNU link.exe instead of MSVC link.exe"
11-
rm /c/Program\ Files/Git/usr/bin/link.EXE
12-
fi
13-
149
FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))")"
1510
if [[ $FREE_THREADED_BUILD == "True" ]]; then
1611
# Manually check that importing NumPy does not re-enable the GIL.

0 commit comments

Comments
 (0)