We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163a684 commit fae4d33Copy full SHA for fae4d33
1 file changed
.github/workflows/pythonpackage.yml
@@ -16,10 +16,11 @@ jobs:
16
strategy:
17
matrix:
18
python-version: [3.6, 3.7, 3.8]
19
+ os: [ubuntu-latest, macos-latest, windows-latest]
20
21
steps:
22
- uses: actions/checkout@v2
- - name: Set up Python ${{ matrix.python-version }}
23
+ - name: Set up Python ${{ matrix.python-version }} ${{ matrix.os }}
24
uses: actions/setup-python@v1
25
with:
26
python-version: ${{ matrix.python-version }}
0 commit comments