From b1c7c38e182bd038c9e02d80f85f2873aeb4b5fa Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Sat, 6 Jul 2024 15:29:01 -0400 Subject: [PATCH] More debugging, decrease verbosity --- .github/workflows/build_and_deploy.yml | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 1f395e4..ebd0689 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -26,7 +26,7 @@ jobs: uses: pypa/cibuildwheel@v2.19.2 env: CIBW_SKIP: "pp* cp36-* cp37-* *win_arm64 *_i686 *musllinux*" - CIBW_BUILD_VERBOSITY: 3 + CIBW_BUILD_VERBOSITY: 1 - uses: actions/upload-artifact@v4 with: diff --git a/setup.py b/setup.py index dec8e0c..d0aa7aa 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,8 @@ def run(self): extra_compile_args.extend( ["-I" + os.path.join(robinhood_path, robinhood_include_path)] ) +else: + print("did not find robinhood") ext_modules = Extension( "pyRipser",