From 6e1c41557358861c1c915ae2fb97978019fdc8c3 Mon Sep 17 00:00:00 2001 From: Siddhant Sadangi Date: Fri, 27 Oct 2023 12:07:10 +0200 Subject: [PATCH] Expanded e2e tests Expanded tests to Windows and Python 3.8-3.11. Matplotlib installation works on Windows runners now that the constraints have been removed --- .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 c034bc5..5eb45b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] - python-version: ["3.9", "3.10"] + os: [ubuntu-latest, macos-latest, windows-latest] + python-version: ["3.8", "3.11"] steps: - uses: actions/checkout@v2