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",