Skip to content

Commit

Permalink
πŸ’š Fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Jan 8, 2025
1 parent 198326a commit 1c0c922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package-nocuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_SKIP: cp36-* cp37-* cp38-* cp313-macosx_*
CIBW_ENABLE: cpython-prerelease
CIBW_ARCHS_WINDOWS: "x86"
CIBW_ARCHS_MACOS: "arm64"
CIBW_ARCHS_LINUX: "i686"
CIBW_PROJECT_REQUIRES_PYTHON: "<=3.12"
CIBW_BEFORE_ALL_MACOS: >
curl -LO https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.5.1.zip &&
unzip -q libtorch-macos-arm64-2.5.1.zip &&
Expand Down

0 comments on commit 1c0c922

Please sign in to comment.