Skip to content

Commit 9def421

Browse files
author
Hugo Osvaldo Barrera
committed
Run CI on windows too
Wonder if this works.
1 parent eb8ec0b commit 9def421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ ubuntu-20.04, macOS-10.15 ]
10+
os: [ ubuntu-20.04, macOS-10.15, windows-2019 ]
1111
python: [ '3.6', '3.7', '3.8' ]
1212
variant: [ "py", "py-images" ]
1313
name: python${{ matrix.python }} on ${{ matrix.os }} ${{ matrix.variant }}

0 commit comments

Comments
 (0)