diff options
| author | Ralf Gommers <ralf.gommers@gmail.com> | 2023-02-01 20:12:31 +0000 |
|---|---|---|
| committer | Ralf Gommers <ralf.gommers@gmail.com> | 2023-02-01 20:12:54 +0000 |
| commit | 05a0c6cf44ffd7fb78061b7be3bd76fcaba52012 (patch) | |
| tree | dbac92956aa13362711ad6e66851204d9bf0d54f | |
| parent | 340b3ff2ea6fdfebcb43a83aa8799dffd77ab325 (diff) | |
| download | numpy-05a0c6cf44ffd7fb78061b7be3bd76fcaba52012.tar.gz | |
CI: reduce duplication in Windows jobs on Azure
[skip cirrus] [skip actions] [skip circle]
| -rw-r--r-- | azure-pipelines.yml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 18b72f490..04367dbb6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -243,29 +243,18 @@ stages: pool: vmImage: 'windows-2019' strategy: - maxParallel: 6 + maxParallel: 5 matrix: - Python39-32bit-fast: + Python39-32bit-full: PYTHON_VERSION: '3.9' PYTHON_ARCH: 'x86' - TEST_MODE: fast - BITS: 32 - Python39-64bit-full: - PYTHON_VERSION: '3.9' - PYTHON_ARCH: 'x64' TEST_MODE: full - BITS: 64 - Python310-32bit-fast: - PYTHON_VERSION: '3.10' - PYTHON_ARCH: 'x86' - TEST_MODE: fast BITS: 32 - Python310-64bit-full: + Python310-64bit-fast: PYTHON_VERSION: '3.10' PYTHON_ARCH: 'x64' - TEST_MODE: full + TEST_MODE: fast BITS: 64 - NPY_USE_BLAS_ILP64: '1' Python311-32bit-fast: PYTHON_VERSION: '3.11' PYTHON_ARCH: 'x86' |
