diff --git a/.vsts/python-setup.yml b/.vsts/python-setup.yml index eff6e3c871..79df089591 100644 --- a/.vsts/python-setup.yml +++ b/.vsts/python-setup.yml @@ -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