Skip to content

Commit

Permalink
Expanded e2e tests
Browse files Browse the repository at this point in the history
Expanded tests to Windows and Python 3.8-3.11.

Matplotlib installation works on Windows runners now that the constraints have been removed
  • Loading branch information
SiddhantSadangi authored Oct 27, 2023
1 parent b5a38ae commit 6e1c415
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 @@ -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

Expand Down

0 comments on commit 6e1c415

Please sign in to comment.