Skip to content

Commit 4d602b0

Browse files
committed
Add windows to build matrix
1 parent 2f3016e commit 4d602b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
8+
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11+
os: [ubuntu-latest, windows-latest]
1112
python: [3.6, 3.7]
1213
steps:
1314
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)