File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Original file line number Diff line number Diff line change @@ -22,33 +22,33 @@ jobs:
22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
25
- os : [ubuntu -latest, macos -latest]
26
- python-version : [3.6, 3.7, 3.8, 3.9]
25
+ os : [macos -latest] # ubuntu -latest,
26
+ python-version : [3.8] # [3. 6, 3.7, 3.8, 3.9]
27
27
platform : [x64]
28
28
with_contrib : [0, 1]
29
29
without_gui : [0, 1]
30
30
build_sdist : [0]
31
- include :
32
- - os : ubuntu-latest
33
- python-version : 3.8
34
- build_sdist : 1
35
- with_contrib : 0
36
- without_gui : 0
37
- - os : ubuntu-latest
38
- python-version : 3.8
39
- build_sdist : 1
40
- with_contrib : 0
41
- without_gui : 1
42
- - os : ubuntu-latest
43
- python-version : 3.8
44
- build_sdist : 1
45
- with_contrib : 1
46
- without_gui : 0
47
- - os : ubuntu-latest
48
- python-version : 3.8
49
- build_sdist : 1
50
- with_contrib : 1
51
- without_gui : 1
31
+ # include:
32
+ # - os: ubuntu-latest
33
+ # python-version: 3.8
34
+ # build_sdist: 1
35
+ # with_contrib: 0
36
+ # without_gui: 0
37
+ # - os: ubuntu-latest
38
+ # python-version: 3.8
39
+ # build_sdist: 1
40
+ # with_contrib: 0
41
+ # without_gui: 1
42
+ # - os: ubuntu-latest
43
+ # python-version: 3.8
44
+ # build_sdist: 1
45
+ # with_contrib: 1
46
+ # without_gui: 0
47
+ # - os: ubuntu-latest
48
+ # python-version: 3.8
49
+ # build_sdist: 1
50
+ # with_contrib: 1
51
+ # without_gui: 1
52
52
53
53
env :
54
54
REPO_DIR : .
You can’t perform that action at this time.
0 commit comments