Skip to content

Commit

Permalink
intial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Sep 27, 2024
1 parent 2c65805 commit 179cf74
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 @@ -286,8 +286,8 @@ jobs:
- name: Validate version
run: |
$pythonVersion = (python --version)
if ("Python 3.13.0a6" -ne "$pythonVersion"){
Write-Host "The current version is $pythonVersion; expected version is 3.13.0a6"
if ("Python 3.13.0b1" -ne "$pythonVersion"){
Write-Host "The current version is $pythonVersion; expected version is 3.13.0b1"
exit 1
}
$pythonVersion
Expand Down

0 comments on commit 179cf74

Please sign in to comment.