mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
modifed message
This commit is contained in:
parent
9cf340e3a9
commit
9f18544227
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-python.yml
vendored
2
.github/workflows/test-python.yml
vendored
|
@ -496,7 +496,7 @@ jobs:
|
|||
run: |
|
||||
$pythonVersion = (python --version)
|
||||
if ("$pythonVersion" -NotMatch "3.13"){
|
||||
Write-Host "The current version is $pythonVersion; expected version is 3.12"
|
||||
Write-Host "The current version is $pythonVersion; expected version is 3.13"
|
||||
exit 1
|
||||
}
|
||||
$pythonVersion
|
||||
|
|
Loading…
Add table
Reference in a new issue