We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541708f commit 4145ed7Copy full SHA for 4145ed7
pyproject.toml
@@ -117,7 +117,7 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
117
archs = ["x86_64"]
118
build = "cp*"
119
skip = "cp36-* cp37-* cp38-* cp39-* cp313-* pypy* pp*"
120
-before-build = "brew install libomp llvm"
+before-build = "brew install libomp llvm&&echo 'export PATH=\"/opt/homebrew/opt/llvm/bin:$PATH\"' >> /Users/runner/.bash_profile"
121
122
[tool.cibuildwheel.windows]
123
archs = ["AMD64"]
0 commit comments