Skip to content

Commit 96124cc

Browse files
authored
add binary-llvmlite pin for examples job as well for macOS
Add installation of llvmlite for macOS builds
1 parent 580f4ca commit 96124cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
- if: startsWith(matrix.os, 'macos-')
114114
run: |
115115
brew reinstall gcc
116+
pip install --only-binary=llvmlite llvmlite
116117
117118
# TODO #440
118119
- if: startsWith(matrix.os, 'windows-')

0 commit comments

Comments
 (0)