File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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; pip install --only-binary=llvmlite llvmlite
77+ CIBW_BEFORE_BUILD_MACOS : brew reinstall gcc; pip install --only-binary=llvmlite 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
@@ -113,7 +113,7 @@ jobs:
113113 - if : startsWith(matrix.os, 'macos-')
114114 run : |
115115 brew reinstall gcc
116- pip install --only-binary=llvmlite llvmlite
116+ pip install --only-binary=llvmlite numba
117117
118118 # TODO #440
119119 - if : startsWith(matrix.os, 'windows-')
You can’t perform that action at this time.
0 commit comments