Skip to content

Commit

Permalink
Maybe don't need this anymore for arm on mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed May 29, 2024
1 parent 4f76637 commit fb18dc7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ jobs:
run: |
brew fetch --retry coreutils && brew install coreutils
brew fetch --retry libomp && brew install libomp
if [[ ${{ matrix.cibw_archs }} == "arm64" ]] ; then
echo "Building universal libomp manually"
sh add_arm_to_libomp_dylib.sh || exit 1
fi
- uses: pypa/[email protected]
with:
Expand Down

0 comments on commit fb18dc7

Please sign in to comment.