We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa30ae commit 20cc507Copy full SHA for 20cc507
.azure-pipelines/use-python-version.yml
@@ -1,6 +1,6 @@
1
parameters:
2
- versionSpec: 'UNDEFINED'
3
- architecture: 'UNDEFINED'
+ versionSpec: '3.x'
+ architecture: 'x64'
4
5
steps:
6
# use python 3.8 for tooling. packaging. platform.
0 commit comments