Skip to content

Commit

Permalink
tentative changes to fix manylinux build
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomsaraiva committed Aug 12, 2023
1 parent 5134c4c commit 78f8480
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@ build-verbosity = 0
# before-build = ["git status"]
# repair-wheel-command = ""

# test-command = "pytest {project}/tests"
test-command = "pytest {project}/tests"
test-requires = ["nanopyx[test]"]
# test-extras = []

[tool.cibuildwheel.linux]
archs = ["x86_64"]
# before-all = "yum install opencv opencv-devel opencv-python"
before-all = "yum install opencv opencv-devel opencv-python"
# before-all = "yum install opencv-python"
# repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]
Expand Down

0 comments on commit 78f8480

Please sign in to comment.