From ace93ea8ec941d6f8a9b5e3dc01ba5f9436b16c5 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Tue, 4 Aug 2020 00:40:27 +0100 Subject: [PATCH] Backport PR #35468: CI: activate azure pipelines on 1.1.x --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e45cafc02cb61..113ad3e338952 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,9 +1,11 @@ # Adapted from https://github.com/numba/numba/blob/master/azure-pipelines.yml trigger: - master +- 1.1.x pr: - master +- 1.1.x variables: PYTEST_WORKERS: auto