Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Aug 4, 2023
1 parent ea1d2ee commit 301beb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ filterwarnings = [

[tool.cibuildwheel]
skip = ["*musllinux*"]
test-command = "python -v -c 'import hictkpy'"
test-command = "pip install {wheel}[test] && which python && python -m pip list && python -v -c 'import hictkpy'"
# test-command = "pytest {project}/test -vv"
test-extras = ["test"]
test-skip = ["*universal2:arm64", "pp*", "cp36*", "cp37*"]
test-skip = ["*universal2:arm64", "pp*"]

# Setuptools bug causes collision between pypy and cpython artifacts
before-build = [
Expand Down

0 comments on commit 301beb6

Please sign in to comment.