diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a5c16d6a..2d4ae33fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.8, 3.9, '3.10'] steps: - name: Clone repo