Skip to content

Commit

Permalink
default pythonVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvictoria committed Jan 31, 2025
1 parent cf9b8a8 commit a41ce2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/templates/jobs/build.yml
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@ jobs:
os: linux

variables:
# Extract the last two digits from the branch name
pythonVersion: $[substring(variables['Build.SourceBranchName'], 4, 2)]
# Default Variable
pythonVersion: '3.13'

steps:
- script: |

0 comments on commit a41ce2d

Please sign in to comment.