Skip to content

Commit 4fd1798

Browse files
authored
Merge pull request #144 from chrisjsewell/patch-2
Run CI for Windows
2 parents 46f2ea3 + 7362ec5 commit 4fd1798

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ jobs:
66

77
tests:
88

9-
runs-on: ubuntu-latest
109
strategy:
1110
matrix:
1211
python-version: [3.5, 3.6, 3.7, 3.8]
12+
os: [ubuntu-latest]
13+
include:
14+
- os: windows-latest
15+
python-version: 3.7
16+
17+
runs-on: ${{ matrix.os }}
1318

1419
steps:
1520
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)