We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
link.exe
cibw_test_command.sh
1 parent f6a296c commit b24ba9fCopy full SHA for b24ba9f
tools/wheels/cibw_test_command.sh
@@ -6,11 +6,6 @@ PROJECT_DIR="$1"
6
7
python -c "import numpy; numpy.show_config()"
8
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
-
14
FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))")"
15
if [[ $FREE_THREADED_BUILD == "True" ]]; then
16
# Manually check that importing NumPy does not re-enable the GIL.
0 commit comments