File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,27 @@ jobs:
27
27
platform : [x64]
28
28
with_contrib : [0, 1]
29
29
without_gui : [0, 1]
30
- build_sdist : [0]
31
30
include :
32
31
- os : ubuntu-latest
33
32
python-version : 3.8
34
33
build_sdist : 1
34
+ with_contrib : 0
35
+ without_gui : 0
36
+ - os : ubuntu-latest
37
+ python-version : 3.8
38
+ build_sdist : 1
39
+ with_contrib : 0
40
+ without_gui : 1
41
+ - os : ubuntu-latest
42
+ python-version : 3.8
43
+ build_sdist : 1
44
+ with_contrib : 1
45
+ without_gui : 0
46
+ - os : ubuntu-latest
47
+ python-version : 3.8
48
+ build_sdist : 1
49
+ with_contrib : 1
50
+ without_gui : 1
35
51
36
52
env :
37
53
REPO_DIR : .
47
63
DOCKER_IMAGE : quay.io/skvark/manylinux2014_${PLAT}
48
64
USE_CCACHE : 1
49
65
UNICODE_WIDTH : 32
50
- SDIST : ${{ matrix.build_sdist }}
66
+ SDIST : ${{ matrix.build_sdist || 0 }}
51
67
ENABLE_HEADLESS : ${{ matrix.without_gui }}
52
68
ENABLE_CONTRIB : ${{ matrix.with_contrib }}
53
69
You can’t perform that action at this time.
0 commit comments