We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f55f99 commit 1861743Copy full SHA for 1861743
1 file changed
.vsts/python-setup.yml
@@ -2,7 +2,7 @@ steps:
2
- task: UsePythonVersion@0
3
condition: eq( variables['Agent.OS'], 'Windows_NT' )
4
inputs:
5
- versionSpec: '3.9.x'
+ versionSpec: '3.9'
6
displayName: Install Python 3.9 for Batch Explorer
7
8
- bash: ./scripts/azpipelines/setup-python.sh
0 commit comments