mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
show OpenSSL version Python picked up
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -450,6 +450,7 @@ jobs:
|
|||||||
- name: Run Python
|
- name: Run Python
|
||||||
run: |
|
run: |
|
||||||
"${PYTHON}" -V
|
"${PYTHON}" -V
|
||||||
|
"${PYTHON}" -c "import ssl; print(f'Using OpenSSL {ssl.OPENSSL_VERSION}')"
|
||||||
|
|
||||||
- name: Upgrade pip, wheel, etc
|
- name: Upgrade pip, wheel, etc
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user