Skip to content

Commit

Permalink
Merge 16837e3 into 2f55f99
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwatrous authored Aug 16, 2022
2 parents 2f55f99 + 16837e3 commit 068a1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts/python-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
- task: UsePythonVersion@0
condition: eq( variables['Agent.OS'], 'Windows_NT' )
inputs:
versionSpec: '3.9.x'
versionSpec: '3.9'
displayName: Install Python 3.9 for Batch Explorer

- bash: ./scripts/azpipelines/setup-python.sh
Expand Down

0 comments on commit 068a1f1

Please sign in to comment.