Skip to content

Commit 63db86c

Browse files
authored
Update macOS build step to install numba from a binary package
1 parent ccbc178 commit 63db86c

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
@@ -74,7 +74,7 @@ jobs:
7474
CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel
7575
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/"
7676
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: delvewheel repair -w {dest_dir} {wheel}
77-
CIBW_BEFORE_BUILD_MACOS: brew reinstall gcc
77+
CIBW_BEFORE_BUILD_MACOS: brew reinstall gcc; pip install --only-binary=numba numba
7878
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` SYSTEM_VERSION_COMPAT=0
7979
CIBW_TEST_REQUIRES: pytest pytest-order
8080
CIBW_TEST_COMMAND: pytest -v -s -We -p no:unraisableexception {package}/tests

0 commit comments

Comments
 (0)