Skip to content

Commit

Permalink
Try fixing CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bindreams committed Apr 20, 2024
1 parent 55ceb75 commit e4f35c4
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 @@ -46,7 +46,7 @@ manylinux-pypy_i686-image = "manylinux2014"
manylinux-pypy_aarch64-image = "manylinux2014"

[tool.cibuildwheel.linux]
before-all = "yum install curl zip unzip tar" # For bootstrapping vcpkg
before-all = "yum install -y curl zip unzip tar" # For bootstrapping vcpkg

[tool.pylint.'MESSAGES CONTROL']
disable = "missing-function-docstring, too-many-arguments, too-many-locals"
Expand Down

0 comments on commit e4f35c4

Please sign in to comment.