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 4dca09b commit e65425dCopy full SHA for e65425d
azure-pipelines.yml
@@ -28,9 +28,10 @@ jobs:
28
py37-x64:
29
PYTHON_VERSION: '3.7'
30
PYTHON_ARCH: 'x64'
31
- py38-x86:
32
- PYTHON_VERSION: '3.8'
33
- PYTHON_ARCH: 'x86'
34
- py38-x64:
35
36
- PYTHON_ARCH: 'x64'
+ # Pending https://github.com/microsoft/azure-pipelines-image-generation/issues/1317
+ # py38-x86:
+ # PYTHON_VERSION: '3.8'
+ # PYTHON_ARCH: 'x86'
+ # py38-x64:
37
+ # PYTHON_ARCH: 'x64'
0 commit comments