diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bdc6a2..b55fc71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,6 +156,9 @@ jobs: python.exe -m ensurepip python.exe -m pip install --upgrade pip python.exe -m pip install cryptography + python.exe -c "import sys; print(sys.executable)" + python.exe --version + python.exe -c "import cryptography; print(f'Python3 cryptography version {cryptography.__version__}')" - name: Find the latest version of Python (Windows) if: runner.os == 'Windows'