mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
[Revert me] Debug Python SSL version
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -26,6 +26,12 @@ jobs:
|
||||
pip install --upgrade pip
|
||||
pip install codecov tox tox-gh-actions
|
||||
|
||||
- name: "Debug OpenSSL version used with Python ${{ matrix.python-version }}"
|
||||
run: |
|
||||
which python
|
||||
python --version
|
||||
python -c 'import ssl; print(ssl.OPENSSL_VERSION_INFO)'
|
||||
|
||||
- name: Run tests with tox
|
||||
run: tox
|
||||
|
||||
|
||||
Reference in New Issue
Block a user