Skip to content

Commit

Permalink
[ci all]: Add windows to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 25, 2023
1 parent 6203a8f commit 3c58c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
|| (github.event_name == 'push' && github.ref != 'refs/heads/main' && contains(github.event.head_commit.message, '[ci all]'))
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
include:
- os: macos-latest
Expand Down

0 comments on commit 3c58c25

Please sign in to comment.