Skip to content

Commit fb18dc7

Browse files
committed
Maybe don't need this anymore for arm on mac os
1 parent 4f76637 commit fb18dc7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/wheels.yml

-4
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ jobs:
144144
run: |
145145
brew fetch --retry coreutils && brew install coreutils
146146
brew fetch --retry libomp && brew install libomp
147-
if [[ ${{ matrix.cibw_archs }} == "arm64" ]] ; then
148-
echo "Building universal libomp manually"
149-
sh add_arm_to_libomp_dylib.sh || exit 1
150-
fi
151147
152148
- uses: pypa/[email protected]
153149
with:

0 commit comments

Comments
 (0)