[appveyor] Added python version display after install
This commit is contained in:
parent
8b11c2d179
commit
7740b9dfca
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ install:
|
|||
# Install Python
|
||||
- ps: if (-not(Test-Path($env:PYTHON))) { & .cmake\install_python.ps1 }
|
||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PYTHON%\\bin;%PATH%"
|
||||
- python --version
|
||||
# Upgrade pip
|
||||
- "pip install --disable-pip-version-check --user --upgrade pip"
|
||||
# Install cram
|
||||
|
|
Loading…
Add table
Reference in a new issue