Skip to content

Commit

Permalink
Fix build error on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Sep 13, 2024
1 parent 011bfd8 commit d7ca4a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cibuildwheel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ build-verbosity = 1

linux.before-all = [
"yum install -y llvm-toolset || yum -v install -y llvm-toolset",
"git config --global --add safe.directory {project}/mypy",
]

before-test = [
Expand Down

0 comments on commit d7ca4a6

Please sign in to comment.