mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
[no ci] remove redundant OpenSSL
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -449,7 +449,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}')"
|
"${PYTHON}" -c "import ssl; print(f'Using {ssl.OPENSSL_VERSION}')"
|
||||||
|
|
||||||
- name: Upgrade pip, wheel, etc
|
- name: Upgrade pip, wheel, etc
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user