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 55f7a49 commit 58b35f1Copy full SHA for 58b35f1
azure-pipelines.yml
@@ -47,7 +47,7 @@ stages:
47
python3 -m pip install -v . && \
48
python3 runtests.py -n --debug-info --mode=full -- -rsx --junitxml=junit/test-results.xml && \
49
python3 tools/openblas_support.py --check_version $(OpenBLAS_version)"
50
- displayName: 'Run 32-bit multilinux2010 Docker Build / Tests'
+ displayName: 'Run 32-bit manylinux2010 Docker Build / Tests'
51
- task: PublishTestResults@2
52
condition: succeededOrFailed()
53
inputs:
0 commit comments