We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf68a8 commit e1fa7edCopy full SHA for e1fa7ed
1 file changed
.github/workflows/pythonpackage.yml
@@ -17,7 +17,9 @@ jobs:
17
matrix:
18
python-version: [3.6, 3.7, 3.8, 3.9]
19
os: [ubuntu-latest, macos-latest]
20
-
+ exclude:
21
+ - os: macos-latest
22
+ python-version: 3.6
23
steps:
24
- uses: actions/checkout@v2
25
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.os }}
0 commit comments