Skip to content

Commit e1fa7ed

Browse files
authored
Update pythonpackage.yml
1 parent ccf68a8 commit e1fa7ed

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
matrix:
1818
python-version: [3.6, 3.7, 3.8, 3.9]
1919
os: [ubuntu-latest, macos-latest]
20-
20+
exclude:
21+
- os: macos-latest
22+
python-version: 3.6
2123
steps:
2224
- uses: actions/checkout@v2
2325
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.os }}

0 commit comments

Comments
 (0)