mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 08:50:12 -05:00
Check Python and cryptography version in Windows CI workflow
This commit is contained in:
parent
de983e680f
commit
09135aabb8
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user