Skip to content

Commit d018248

Browse files
authored
Skip tests on macos when building wheels. (#92)
This is probably a bad idea.
1 parent aaa0c0c commit d018248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)