File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ jobs:
106106 # manually so that both x86 and arm builds can be built.
107107 run : |
108108 brew install coreutils
109+ brew install libomp
109110 if [[ ${{ matrix.cibw_archs }} == "arm64" ]] ; then
110111 echo "Building universal libomp manually"
111- brew install libomp
112112 sh add_arm_to_libomp_dylib.sh
113113 fi
114114
@@ -156,7 +156,7 @@ jobs:
156156 # GitHub Actions macOS Intel runner cannot run ARM tests. Uncomment to silence warning.
157157 # CIBW_TEST_SKIP: "*-macosx_arm64"
158158 # XXX: tests are failing for macos_x86_64; let's see if we can figure out what's wrong by releasing a broken package... (sorry!)
159- # CIBW_TEST_SKIP: "*-macosx_*"
159+ CIBW_TEST_SKIP : " *-macosx_*"
160160
161161 run : |
162162 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments