Trim the number of Windows jobs we run

This commit is contained in:
Pradyun Gedam 2021-04-02 01:25:40 +01:00
parent 876df5a57f
commit 1ab662f330
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
1 changed files with 3 additions and 2 deletions

View File

@ -127,8 +127,9 @@ jobs:
os: [Windows] os: [Windows]
python: python:
- 3.6 - 3.6
- 3.7 # Commented out, since Windows tests are expensively slow.
- 3.8 # - 3.7
# - 3.8
- 3.9 - 3.9
group: [1, 2] group: [1, 2]