Skip to content

Commit

Permalink
Exclude Python 3.8 from testing on macOS
Browse files Browse the repository at this point in the history
Currently there are strange issues with concurrent.futures
  • Loading branch information
17451k committed Apr 24, 2020
1 parent cf17072 commit d74dc77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
os: [ubuntu-latest, macos-latest]
exclude:
- { python-version: 3.8, os: macos-latest }

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d74dc77

Please sign in to comment.