Skip to content

Commit 83639cb

Browse files
committed
Fix: Tests were not running on Windows
1 parent 7b86ff6 commit 83639cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

+1-1
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)