Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fc89dd4

Browse files
committedMar 11, 2025·
Fix: Tests were not running on Windows
1 parent ef40aa7 commit fc89dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
20-
os: [ubuntu-22.04, ubuntu-24.04]
20+
os: [ubuntu-22.04, ubuntu-24.04, windows-2022]
2121
runs-on: ${{ matrix.os }}
2222

2323
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.