Skip to content

Commit 5773be9

Browse files
committed
Fix CI
1 parent 7904925 commit 5773be9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1515
include:
1616
- {os: ubuntu-20.04, python-version: '3.6'}
17+
exclude:
18+
- {os: macos-latest, python-version: '3.7'}
1719
fail-fast: false
1820

1921
steps:

0 commit comments

Comments
 (0)