We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3feec6f commit b0bad60Copy full SHA for b0bad60
azure-pipelines.yml
@@ -65,16 +65,19 @@ jobs:
65
matrix:
66
Python35_x64:
67
python.version: '3.5'
68
+ python.architecture: 'x64'
69
Python35_x86:
70
71
python.architecture: 'x86'
72
Python36_x64:
73
python.version: '3.6'
74
75
Python36_x86:
76
77
78
Python37_x64:
79
python.version: '3.7'
80
81
Python37_x86:
82
83
0 commit comments