[no ci] actions: more info about Python builds.

This commit is contained in:
Jay Lee
2026-02-27 05:31:25 -05:00
committed by GitHub
parent 13f56afcd2
commit c138bc44f0

View File

@@ -471,7 +471,7 @@ jobs:
- name: Run Python
run: |
"${PYTHON}" -V
"${PYTHON}" -VV
"${PYTHON}" -c "import ssl; print(f'Using {ssl.OPENSSL_VERSION}')"
- name: Create and use Python venv