From 1ab662f3302a5d8e3592113d1e1a006df628c80d Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 2 Apr 2021 01:25:40 +0100 Subject: [PATCH] Trim the number of Windows jobs we run --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9e3a16c4..420bbfab2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,8 +127,9 @@ jobs: os: [Windows] python: - 3.6 - - 3.7 - - 3.8 + # Commented out, since Windows tests are expensively slow. + # - 3.7 + # - 3.8 - 3.9 group: [1, 2]