diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-08-23 21:29:43 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2021-08-23 21:29:43 -0600 |
commit | 218d6d4999a509c023113c7e0775a242bd7e93da (patch) | |
tree | 4860f968a99017f475ee23e3d1dc09a8f3c0c763 /azure-pipelines.yml | |
parent | a3ac75c6f92ed158777492f343dc59adeacb745c (diff) | |
download | numpy-218d6d4999a509c023113c7e0775a242bd7e93da.tar.gz |
MAINT: Remove redundant test.
The Python 3.8 32 bits fast test on windows was being run twice.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9348d5bb0..714f62912 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -67,19 +67,6 @@ stages: displayName: 'Run Lint Checks' failOnStderr: true - - job: WindowsFast - pool: - vmImage: 'VS2017-Win2016' - strategy: - matrix: - Python37-32bit-fast: - PYTHON_VERSION: '3.8' - PYTHON_ARCH: 'x86' - TEST_MODE: fast - BITS: 32 - steps: - - template: azure-steps-windows.yml - - job: Linux_Python_38_32bit_full_with_asserts pool: vmImage: 'ubuntu-20.04' |