Skip to content

Commit 1a2af7d

Browse files
authored
[MNT] CI matrix extended to windows-latest (#1622)
This PR extends the CI matrix to `windows-latest`, for testing windows OS compatibility.
1 parent 6c85b8e commit 1a2af7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
os: [ubuntu-latest, macos-13] # add windows-2019 when poetry allows installation with `-f` flag
43+
os: [ubuntu-latest, macos-13, windows-latest]
4444
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
4545

4646
steps:

0 commit comments

Comments
 (0)