Skip to content

Commit caa847c

Browse files
Add more OSes to run on.
1 parent 4493540 commit caa847c

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
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, windows-latest, macos-latest]
12+
os: [ubuntu-latest, macos-latest]
1313
python-version: ["3.7", "3.8", "3.9"]
1414

1515
steps:

0 commit comments

Comments
 (0)