Skip to content

Commit

Permalink
Update test-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowridurgad authored Jan 3, 2025
1 parent 1eb8740 commit 49986e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ jobs:
- name: Validate version
run: |
$pythonVersion = (python --version)
if ("$pythonVersion" -NotMatch "3.10"){
Write-Host "The current version is $pythonVersion; expected version is 3.10"
if ("$pythonVersion" -NotMatch "3.13"){
Write-Host "The current version is $pythonVersion; expected version is 3.13"
exit 1
}
$pythonVersion
Expand Down

0 comments on commit 49986e3

Please sign in to comment.