This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/wheels
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/users/damccorm/wheels by this 
push:
     new ae079980307 Syntax fix
ae079980307 is described below

commit ae0799803075bb01cd59e0641ef5063cb23446ce
Author: Danny McCormick <[email protected]>
AuthorDate: Tue Sep 19 10:01:31 2023 -0400

    Syntax fix
---
 sdks/python/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/build.gradle b/sdks/python/build.gradle
index ea4c6c662c0..762bed268d6 100644
--- a/sdks/python/build.gradle
+++ b/sdks/python/build.gradle
@@ -96,7 +96,7 @@ platform_identifiers_map.each { platform, idsuffix ->
         exec {
           environment CIBW_BUILD: "cp${pyversion}-${idsuffix}"
           environment CIBW_ENVIRONMENT: "SETUPTOOLS_USE_DISTUTILS=stdlib"
-          environment CIBW_BEFORE_BUILD: "pip install cython==0.29.36 numpy 
--config-settings=setup-args="-Dallow-noblas=true" && pip install --upgrade 
setuptools"
+          environment CIBW_BEFORE_BUILD: "pip install cython==0.29.36 numpy 
--config-settings=setup-args='-Dallow-noblas=true' && pip install --upgrade 
setuptools"
           // note: sync cibuildwheel version with GitHub Action
           // .github/workflow/build_wheel.yml:build_wheels "Install 
cibuildwheel" step
           executable 'sh'

Reply via email to