Skip to content

Commit

Permalink
Issue #178 set py36 on macos to experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Dec 8, 2021
1 parent d38d7eb commit db2ad84
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -12,6 +12,15 @@ jobs:
python-ver: [3.6, 3.7, 3.8]
experimental: [false]

exclude:
- os: macos-latest
python-ver: 3.6
include:
- os: macos-latest
python-ver: 3.6
experimental: true


runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}

Expand Down

0 comments on commit db2ad84

Please sign in to comment.