Skip to content

Commit 61f76af

Browse files
committed
temp
1 parent f5ff4fa commit 61f76af

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -173,16 +173,12 @@ jobs:
173173
os: [Windows]
174174
python:
175175
- "3.8"
176-
# Commented out, since Windows tests are expensively slow,
177-
# only test the oldest and newest Python supported by pip
178-
# - "3.9"
179-
# - "3.10"
180-
# - "3.11"
181-
# - "3.12"
182176
- "3.13"
183177
group:
184178
- { number: 1, pytest-filter: "not test_install" }
185179
- { number: 2, pytest-filter: "test_install" }
180+
include:
181+
- python: ["3.9", "3.10", "3.11", "3.12"]
186182

187183
steps:
188184
# The D: drive is significantly faster than the system C: drive.

0 commit comments

Comments
 (0)