1
0
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:
Sebastian Pipping
2023-05-21 23:14:05 +02:00
parent 612f597aa9
commit 470dd96c68

View File

@@ -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