Skip to content

Commit

Permalink
do not skip
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored May 15, 2024
1 parent 3d86a6a commit 0b23cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"

[tool.cibuildwheel]
build = ["cp311-*"]
skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"]
skip = ["*-win32", "*-manylinux_i686"]
build-verbosity = 1
before-test = ["pip install --no-deps cmd/"]
test-command = "node -h && npm --version && npx --version && python -m nodejs_wheel --version && python {project}/tests/test_api.py"
Expand Down

0 comments on commit 0b23cd5

Please sign in to comment.