We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa0c0c commit d018248Copy full SHA for d018248
.github/workflows/wheels.yml
@@ -106,9 +106,9 @@ jobs:
106
# manually so that both x86 and arm builds can be built.
107
run: |
108
brew install coreutils
109
+ brew install libomp
110
if [[ ${{ matrix.cibw_archs }} == "arm64" ]] ; then
111
echo "Building universal libomp manually"
- brew install libomp
112
sh add_arm_to_libomp_dylib.sh
113
fi
114
@@ -156,7 +156,7 @@ jobs:
156
# GitHub Actions macOS Intel runner cannot run ARM tests. Uncomment to silence warning.
157
# CIBW_TEST_SKIP: "*-macosx_arm64"
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_*"
+ CIBW_TEST_SKIP: "*-macosx_*"
160
161
162
python -m pip install --upgrade pip
0 commit comments