Skip to content

Commit

Permalink
πŸ’š Fix macos whl build
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Jan 8, 2025
1 parent c0df326 commit 9cedc23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-package-nocuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
curl -LO https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.5.1.zip &&
unzip libtorch-macos-arm64-2.5.1.zip &&
export LIBTORCH=/usr/local/libtorch &&
sudo mv libtorch $LIBTORCH
sudo mv libtorch $LIBTORCH &&
pip install torch
- name: Verify clean directory
run: git diff --exit-code
Expand Down

0 comments on commit 9cedc23

Please sign in to comment.