Fix typo in the test.yml

This commit is contained in:
MaksimZhukov 2020-07-16 18:57:23 +03:00
parent d9509e43ac
commit 74ad4abda5

View file

@ -81,8 +81,8 @@ jobs:
- name: Validate version
run: |
$pythonVersion = (python --version)
if ("Python ${{ matrix.python }}" -ne "$pythonVersion"){
Write-Host "The current version is $pythonVersion; expected version is ${{ matrix.python }}"
if ("Python 3.9.0b4" -ne "$pythonVersion"){
Write-Host "The current version is $pythonVersion; expected version is 3.9.0b4"
exit 1
}
$pythonVersion