We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccf68a8 + e1fa7ed commit 8a897ccCopy full SHA for 8a897cc
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