Skip to content

Commit

Permalink
add windows to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjinliu committed Jun 14, 2024
1 parent bb03bff commit 4cf3f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.10", "3.11"]

test-array-libs:
Expand All @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.12"]

upload_coverage:
Expand Down

0 comments on commit 4cf3f81

Please sign in to comment.