Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test hictkpy against Python 3.13 #99

Merged
merged 11 commits into from
Oct 22, 2024
Prev Previous commit
Next Next commit
Set build verbosity with CIBW_BUILD_VERBOSITY instead of PIP_VERBOSE
  • Loading branch information
robomics committed Oct 22, 2024
commit 2e2febe70f65aa3750e25fb82ce54eace840fc4b
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ jobs:
with:
only: ${{ matrix.wheel-config }}
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_ENVIRONMENT_LINUX: >
PIP_VERBOSE=1
HICTK_CI=1
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ test-skip = ["cp314*", "*universal2", "pp*"]
before-build = [
"rm -rf '{project}/build'",
]
environment = { PIP_VERBOSE=1 }

# We are using static linking, thus repairing wheels is not necessary.
repair-wheel-command = ""
Expand Down
Loading