Skip to content

Commit 04780f4

Browse files
committed
change to triple and double quotes
1 parent a563422 commit 04780f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ before-build = "PACKAGE_DIR={package} bash {package}/scripts/cibw_before_build.s
161161

162162
[tool.cibuildwheel.windows]
163163
environment = {}
164-
before-build = "pip install delvewheel 'ninja<1.11.1.4' && bash {package}/scripts/cibw_before_build_windows.sh"
164+
before-build = """pip install delvewheel "ninja<1.11.1.4" && bash {package}/scripts/cibw_before_build_windows.sh"""
165165
before-test = "bash {package}/scripts/cibw_before_test_windows.sh"
166166
test-command = """
167167
set PANDAS_CI='1' && \

0 commit comments

Comments
 (0)