Skip to content

Commit 1861743

Browse files
authored
Fix UsePythonVersion warning (#2559)
Using 3.9.x generated a spurious warning about not specifying an exact Python version
1 parent 2f55f99 commit 1861743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vsts/python-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- task: UsePythonVersion@0
33
condition: eq( variables['Agent.OS'], 'Windows_NT' )
44
inputs:
5-
versionSpec: '3.9.x'
5+
versionSpec: '3.9'
66
displayName: Install Python 3.9 for Batch Explorer
77

88
- bash: ./scripts/azpipelines/setup-python.sh

0 commit comments

Comments
 (0)