Skip to content

Commit afca113

Browse files
authored
Update llvmlite installation command for macOS
1 parent 306b612 commit afca113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
CIBW_BEFORE_BUILD_WINDOWS: pip install $PIP_INSTALL_OPTS delvewheel
7878
CIBW_ENVIRONMENT_WINDOWS: CMAKE_ARGS="-DCMAKE_MAKE_PROGRAM=D:/a/_temp/msys64/mingw64/bin/ninja.exe" CMAKE_PROGRAM_PATH="D:/a/_temp/msys64/usr/bin" CMAKE_GENERATOR="Ninja" TEMP="D:/a/_temp/"
7979
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: delvewheel repair -w {dest_dir} {wheel}
80-
CIBW_BEFORE_BUILD_MACOS: brew reinstall gcc; pip install ${{ env.PIP_INSTALL_OPTS }} llvmlite
80+
CIBW_BEFORE_BUILD_MACOS: brew reinstall gcc; pip install --only-binary=llvmlite llvmlite
8181
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` SYSTEM_VERSION_COMPAT=0
8282
CIBW_TEST_REQUIRES: pytest pytest-order
8383
CIBW_TEST_COMMAND: pytest -v -s -We -p no:unraisableexception {package}/tests

0 commit comments

Comments
 (0)