File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ jobs:
106
106
# manually so that both x86 and arm builds can be built.
107
107
run : |
108
108
brew install coreutils
109
+ brew install libomp
109
110
if [[ ${{ matrix.cibw_archs }} == "arm64" ]] ; then
110
111
echo "Building universal libomp manually"
111
- brew install libomp
112
112
sh add_arm_to_libomp_dylib.sh
113
113
fi
114
114
@@ -156,7 +156,7 @@ jobs:
156
156
# GitHub Actions macOS Intel runner cannot run ARM tests. Uncomment to silence warning.
157
157
# CIBW_TEST_SKIP: "*-macosx_arm64"
158
158
# 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_*"
160
160
161
161
run : |
162
162
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments