diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0e1aae2..cc23018a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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