We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c3cd1 commit c6f33a9Copy full SHA for c6f33a9
azure-pipelines.yml
@@ -13,7 +13,6 @@ trigger:
13
14
variables:
15
PYTHONHASHSEED: 12345678
16
- SETUPTOOLS_USE_DISTUTILS: "stdlib"
17
coverage: true
18
RANDOMGEN_CYTHON_COVERAGE: true
19
ci/azure/azure_template_posix.yml
@@ -59,7 +59,6 @@ jobs:
59
- task: UsePythonVersion@0
60
inputs:
61
versionSpec: '$(python.version)'
62
- architecture: 'x64'
63
displayName: 'Use Python $(python.version)'
64
65
- bash: |
0 commit comments