Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Jan 29, 2025
1 parent f5ff4fa commit 61f76af
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,12 @@ jobs:
os: [Windows]
python:
- "3.8"
# Commented out, since Windows tests are expensively slow,
# only test the oldest and newest Python supported by pip
# - "3.9"
# - "3.10"
# - "3.11"
# - "3.12"
- "3.13"
group:
- { number: 1, pytest-filter: "not test_install" }
- { number: 2, pytest-filter: "test_install" }
include:
- python: ["3.9", "3.10", "3.11", "3.12"]

steps:
# The D: drive is significantly faster than the system C: drive.
Expand Down

0 comments on commit 61f76af

Please sign in to comment.