Skip to content

Commit

Permalink
Add cibuildwheel test command
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Jan 12, 2024
1 parent 2ea15fe commit 0962da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyvips-prebuilt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ build = [
]
build-frontend = "build"
before-build = "bash {package}/scripts/cibw_before_build.sh"
test-command = "python -c \"import _libvips; assert _libvips.lib.vips_version(0) == 8\""
environment-pass = ["RUNNER_OS"]

[tool.cibuildwheel.environment]
Expand Down

0 comments on commit 0962da4

Please sign in to comment.