Unverified Commit 8f3ff4c9 authored by Andrew Murray's avatar Andrew Murray Committed by GitHub
Browse files

Update tests/test_python_install.sh


Co-Authored-By: default avatarrobbuckley <20515024+robbuckley@users.noreply.github.com>
parent 5f5cc0dd
......@@ -61,7 +61,7 @@ else # not virtualenv
fi
fi
# for cpython, check macos version and arch are as expected
# for CPython, check macOS version and arch are as expected
distutils_plat=$($PYTHON_EXE -c "import distutils.util; print(distutils.util.get_platform())")
echo "Python cmd archs: $(lipo -info $(which $PYTHON_EXE))"
if [[ $requested_impl = 'cp' ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment