Skip to content

Commit

Permalink
fix the python version for optional pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl authored Mar 7, 2025
1 parent 7a236ca commit 3456703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/ci_optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ stages:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
versionSpec: '3.12'
disableDownloadFromRegistry: true
addToPath: true
architecture: 'x64'
Expand Down

0 comments on commit 3456703

Please sign in to comment.