show OpenSSL version Python picked up

This commit is contained in:
Jay Lee
2024-09-03 14:04:18 -04:00
committed by GitHub
parent 2d5550e09e
commit 00d0708d2d

View File

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