Skip to content

Commit 7e7da78

Browse files
authored
Exclude the CI job for Windows + Python 3.6 (#697)
1 parent e97abc9 commit 7e7da78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
exclude:
5151
- isMaster: false # i.e. on Pull Requests
5252
python-version: 3.6
53+
# exclude Windows + Python 3.6 due to issue #693
54+
# Remove it when we drop Python 3.6 support
55+
- isMaster: true
56+
python-version: 3.6
57+
os: windows-latest
5358
# environmental variables used in coverage
5459
env:
5560
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)