Skip to content

Commit eef8a29

Browse files
committedMar 18, 2022
Try type-checking on Windows
1 parent a21836d commit eef8a29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
mypy:
3838
strategy:
3939
matrix:
40+
os: [ubuntu-latest, windows-latest]
4041
python-version: ["3.8", "3.9", "3.10"]
4142
runs-on: ubuntu-latest
4243
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.