Skip to content

Commit ff8fe35

Browse files
committed
Apply review comment - unify spaces inside the double brackets for variable substitution
1 parent 5f52244 commit ff8fe35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
env:
2929
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
30-
SDIST: ${{ matrix.build_sdist || 0}}
30+
SDIST: ${{ matrix.build_sdist || 0 }}
3131
ENABLE_HEADLESS: ${{ matrix.without_gui }}
3232
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
3333

@@ -108,7 +108,7 @@ jobs:
108108
DOCKER_IMAGE: quay.io/skvark/manylinux2014_${PLAT}
109109
USE_CCACHE: 1
110110
UNICODE_WIDTH: 32
111-
SDIST: ${{ matrix.build_sdist || 0}}
111+
SDIST: ${{ matrix.build_sdist || 0 }}
112112
ENABLE_HEADLESS: ${{ matrix.without_gui }}
113113
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
114114

@@ -197,9 +197,9 @@ jobs:
197197
DOCKER_IMAGE: quay.io/skvark/manylinux2014_${PLAT}
198198
USE_CCACHE: 1
199199
UNICODE_WIDTH: 32
200-
SDIST: ${{ matrix.build_sdist || 0}}
200+
SDIST: ${{ matrix.build_sdist || 0 }}
201201
ENABLE_HEADLESS: ${{ matrix.without_gui || 0 }}
202-
ENABLE_CONTRIB: ${{ matrix.with_contrib || 0}}
202+
ENABLE_CONTRIB: ${{ matrix.with_contrib || 0 }}
203203

204204
steps:
205205
- name: Checkout

0 commit comments

Comments
 (0)