We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc40bb6 commit 9dbbca8Copy full SHA for 9dbbca8
1 file changed
.github/workflows/python-package.yml
@@ -23,6 +23,10 @@ jobs:
23
python-version: 3.5
24
- os: windows-latest
25
26
+ - os: macos-latest
27
+ python-version: 3.6
28
+ - os: windows-latest
29
30
steps:
31
- uses: actions/checkout@v2
32
- name: Set up Python ${{ matrix.python-version }}
0 commit comments