From e8e508eb18b6e6c983b751b28995c31fa08c7e2b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 11 Jun 2024 12:44:45 -0400 Subject: [PATCH] actions: disable version check temporarily --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4b41b4f..bf1b02b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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)