Skip to content

Commit d5eeef6

Browse files
woileLee-W
authored andcommitted
ci: run tests on linux, mac and windows
1 parent 50d57ac commit d5eeef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [pull_request]
44

55
jobs:
66
python-check:
7-
runs-on: ubuntu-latest
87
strategy:
98
max-parallel: 4
109
matrix:
1110
python-version: [3.6, 3.7, 3.8]
12-
11+
platform: [ubuntu-latest, macos-latest, windows-latest]
12+
runs-on: ${{ matrix.platform }}
1313
steps:
1414
- uses: actions/checkout@v2
1515
with:

0 commit comments

Comments
 (0)