Skip to content

Commit

Permalink
install java for linux wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nosracd committed Jul 25, 2024
1 parent d61b69a commit d7e2b28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ filterwarnings = ["error"]

[tool.cibuildwheel]
build-verbosity = 1

[tool.cibuildwheel.linux]
before-all = "yum install java-8-openjdk"

0 comments on commit d7e2b28

Please sign in to comment.