From 05a0c6cf44ffd7fb78061b7be3bd76fcaba52012 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Wed, 1 Feb 2023 20:12:31 +0000 Subject: CI: reduce duplication in Windows jobs on Azure [skip cirrus] [skip actions] [skip circle] --- azure-pipelines.yml | 19 ++++--------------- 1 file 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' -- cgit v1.2.1