Skip to content

Commit

Permalink
[MNT] CI matrix extended to windows-latest (#1622)
Browse files Browse the repository at this point in the history
This PR extends the CI matrix to `windows-latest`, for testing windows OS compatibility.
  • Loading branch information
fkiraly authored Aug 30, 2024
1 parent 6c85b8e commit 1a2af7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13] # add windows-2019 when poetry allows installation with `-f` flag
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down

0 comments on commit 1a2af7d

Please sign in to comment.