Skip to content

Commit

Permalink
Run CI tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Jul 23, 2024
1 parent 910f320 commit 3494ef2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:

strategy:
matrix:
# TODO: add windows-latest also
platform: [ubuntu-latest, macos-latest]
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]

name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}
Expand Down

0 comments on commit 3494ef2

Please sign in to comment.