Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff8fe35

Browse files
committed
Apply review comment - unify spaces inside the double brackets for variable substitution
1 parent5f52244 commitff8fe35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp