Skip to content

Commit

Permalink
More debugging, decrease verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
catanzaromj committed Jul 6, 2024
1 parent fcb020d commit b1c7c38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b1c7c38

Please # to comment.