File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,28 +76,28 @@ jobs:
7676 python.version : ' 3.4'
7777 Python34_x86 :
7878 python.version : ' 3.4'
79- architecture : ' x86'
79+ python. architecture : ' x86'
8080 Python35_x64 :
8181 python.version : ' 3.5'
8282 Python35_x86 :
8383 python.version : ' 3.5'
84- architecture : ' x86'
84+ python. architecture : ' x86'
8585 Python36_x64 :
8686 python.version : ' 3.6'
8787 Python36_x86 :
8888 python.version : ' 3.6'
89- architecture : ' x86'
89+ python. architecture : ' x86'
9090 Python37_x64 :
9191 python.version : ' 3.7'
9292 Python37_x86 :
9393 python.version : ' 3.7'
94- architecture : ' x86'
94+ python. architecture : ' x86'
9595
9696 steps :
9797 - task : UsePythonVersion@0
9898 inputs :
9999 versionSpec : ' $(python.version)'
100- architecture : ' x64 '
100+ architecture : ' $(python.architecture) '
101101
102102 - script : |
103103 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments