From 57e3eb5c8e727c7f59fc7ca96b59946912e27f7e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 11 Jan 2022 08:45:07 -0500 Subject: [PATCH] Update macos-before-install.sh --- .github/actions/macos-before-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/macos-before-install.sh b/.github/actions/macos-before-install.sh index c875d432..2e566484 100755 --- a/.github/actions/macos-before-install.sh +++ b/.github/actions/macos-before-install.sh @@ -54,8 +54,8 @@ cd ~ export python=/usr/local/bin/python3 export pip=/usr/local/bin/pip3 -SSLVER=$($openssl version) -SSLRESULT=$? +#SSLVER=$($openssl version) +#SSLRESULT=$? PYVER=$($python -V) PYRESULT=$?