Skip to content

Commit

Permalink
ci: skip python 3.6 and 3.7 on windows latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmadaniHaryono committed Dec 10, 2021
1 parent b225868 commit d4ebf3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.6,3.7,3.8,3.9]
exclude:
- os: windows-latest
python-version: 3.6
- os: windows-latest
python-version: 3.7

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.os != 'ubuntu-latest' }}
Expand Down

0 comments on commit d4ebf3c

Please sign in to comment.