Skip to content

Commit 56d4a8d

Browse files
committed
try windows tests
1 parent 15f0bfc commit 56d4a8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
uses: pre-commit/[email protected]
2121

2222
build:
23-
runs-on: ubuntu-latest
23+
runs-on: ${{ matrix.os }}
2424
strategy:
2525
matrix:
26+
os: [ubuntu-latest, windows-latest, macOS-latest]
2627
python-version: ["3.7", "3.8", "3.9", "3.10"]
2728
steps:
2829
- uses: actions/setup-python@v2
@@ -36,4 +37,4 @@ jobs:
3637
pip install tox
3738
tox -- --cov tikzplotlib --cov-report xml --cov-report term
3839
- uses: codecov/codecov-action@v1
39-
if: ${{ matrix.python-version == '3.9' }}
40+
if: ${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)