Skip to content

Commit 4b6885d

Browse files
committed
Try to fix config
1 parent 665b09b commit 4b6885d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,23 @@ jobs:
3232
- os: ubuntu-latest
3333
python-version: 3.8
3434
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
3552

3653
env:
3754
REPO_DIR: .
@@ -47,7 +64,7 @@ jobs:
4764
DOCKER_IMAGE: quay.io/skvark/manylinux2014_${PLAT}
4865
USE_CCACHE: 1
4966
UNICODE_WIDTH: 32
50-
SDIST: ${{ matrix.build_sdist }}
67+
SDIST: ${{ matrix.build_sdist || 0}}
5168
ENABLE_HEADLESS: ${{ matrix.without_gui }}
5269
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
5370

0 commit comments

Comments
 (0)