Skip to content

Commit fae4d33

Browse files
authored
Add OS specific build to PR gate (#141)
Signed-off-by: gaugup <gaugup@microsoft.com>
1 parent 163a684 commit fae4d33

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: [3.6, 3.7, 3.8]
19+
os: [ubuntu-latest, macos-latest, windows-latest]
1920

2021
steps:
2122
- uses: actions/checkout@v2
22-
- name: Set up Python ${{ matrix.python-version }}
23+
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.os }}
2324
uses: actions/setup-python@v1
2425
with:
2526
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)