From 4cf3f8128a851541e37c11dd4a5186abf4874f9c Mon Sep 17 00:00:00 2001 From: Hanjin Liu Date: Sat, 15 Jun 2024 07:16:27 +0900 Subject: [PATCH] add windows to CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f28129..9ddc0b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: