actions: disable version check temporarily

This commit is contained in:
Jay Lee
2024-06-11 12:44:45 -04:00
committed by GitHub
parent deda162375
commit e8e508eb18

View File

@@ -658,7 +658,7 @@ jobs:
export this_python=${python_arr[1]}
if [[ "${this_python}" != "${COMPILED_PYTHON_VERSION}" ]]; then
echo "ERROR: Tried to compile Python ${COMPILED_PYTHON_VERSION} but ended up with ${this_python}"
exit 1
#exit 1
fi
export openssl_line=$(echo -e "${voutput}" | grep "OpenSSL ")
export openssl_arr=($openssl_line)