[no ci] remove redundant OpenSSL

This commit is contained in:
Jay Lee
2024-09-03 14:25:03 -04:00
committed by GitHub
parent 75cd22d645
commit 6651ad20ef

View File

@@ -449,7 +449,7 @@ jobs:
- name: Run Python
run: |
"${PYTHON}" -V
"${PYTHON}" -c "import ssl; print(f'Using OpenSSL {ssl.OPENSSL_VERSION}')"
"${PYTHON}" -c "import ssl; print(f'Using {ssl.OPENSSL_VERSION}')"
- name: Upgrade pip, wheel, etc
run: |