diff options
author | mattip <matti.picus@gmail.com> | 2020-02-19 09:04:57 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-02-19 10:03:02 +0200 |
commit | 58b35f122efb43de8dc7ecb3ead32c63887b2987 (patch) | |
tree | 8f1b9ee626b39f3e0853cebbf5e88f6c8540585d | |
parent | 55f7a49e9475ed6f05464c64b6a0f1cd2cb37feb (diff) | |
download | numpy-58b35f122efb43de8dc7ecb3ead32c63887b2987.tar.gz |
MAINT: typo in name from review
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 43445c6ac..a822e0bbc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,7 +47,7 @@ stages: python3 -m pip install -v . && \ python3 runtests.py -n --debug-info --mode=full -- -rsx --junitxml=junit/test-results.xml && \ python3 tools/openblas_support.py --check_version $(OpenBLAS_version)" - displayName: 'Run 32-bit multilinux2010 Docker Build / Tests' + displayName: 'Run 32-bit manylinux2010 Docker Build / Tests' - task: PublishTestResults@2 condition: succeededOrFailed() inputs: |