Skip to content

Commit ce9d74d

Browse files
authored
Exclude "windows-latest" with Python 3.6 from CI
1 parent aa859fe commit ce9d74d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
exclude:
1313
- os: macos-latest
1414
python-version: "3.6"
15+
- os: windows-latest
16+
python-version: "3.6"
1517
runs-on: ${{ matrix.os }}
1618
steps:
1719
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)