Skip to content

Commit

Permalink
[python] Full Windows pre-push CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Dec 6, 2023
1 parent cf72782 commit 56a2dc5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-ci-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-22.04, macos-12]
python-version: ['3.10', '3.7']
# TODO: temporary full -- but pre-push -- Windows-only CI for this PR
# os: [ubuntu-22.04, macos-12]
# python-version: ['3.10', '3.7']
os: [windows-2019]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
include:
- os: ubuntu-22.04
cc: gcc-11
Expand Down

0 comments on commit 56a2dc5

Please sign in to comment.