Skip to content

Commit b0bad60

Browse files
committed
help azure with architecture
last deploy figured bench of unexpected errors
1 parent 3feec6f commit b0bad60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,19 @@ jobs:
6565
matrix:
6666
Python35_x64:
6767
python.version: '3.5'
68+
python.architecture: 'x64'
6869
Python35_x86:
6970
python.version: '3.5'
7071
python.architecture: 'x86'
7172
Python36_x64:
7273
python.version: '3.6'
74+
python.architecture: 'x64'
7375
Python36_x86:
7476
python.version: '3.6'
7577
python.architecture: 'x86'
7678
Python37_x64:
7779
python.version: '3.7'
80+
python.architecture: 'x64'
7881
Python37_x86:
7982
python.version: '3.7'
8083
python.architecture: 'x86'

0 commit comments

Comments
 (0)