We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580f4ca commit 96124ccCopy full SHA for 96124cc
1 file changed
.github/workflows/buildwheels.yml
@@ -113,6 +113,7 @@ jobs:
113
- if: startsWith(matrix.os, 'macos-')
114
run: |
115
brew reinstall gcc
116
+ pip install --only-binary=llvmlite llvmlite
117
118
# TODO #440
119
- if: startsWith(matrix.os, 'windows-')
0 commit comments