Skip to content

Commit 2b94910

Browse files
committed
min
1 parent bcc0b5d commit 2b94910

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_test-full.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
os: [ubuntu-18.04, windows-2019, macOS-10.15]
1818
python-version: [3.6, 3.7, 3.8, 3.9]
1919
requires: ['minimal', 'latest']
20+
exclude:
21+
- python-version: 3.9
22+
os: windows-2019
23+
requires: 'minimal'
2024

2125
# Timeout: https://stackoverflow.com/a/59076067/4521646
2226
# TODO: the macOS is taking too long, probably caching did not work...

0 commit comments

Comments
 (0)