Skip to content

Commit

Permalink
πŸ’š Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Jan 8, 2025
1 parent 9cedc23 commit 0bb91c7
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 @@ -46,7 +46,7 @@ jobs:
unzip libtorch-macos-arm64-2.5.1.zip &&
export LIBTORCH=/usr/local/libtorch &&
sudo mv libtorch $LIBTORCH &&
pip install torch
pip3 install torch
- name: Verify clean directory
run: git diff --exit-code
Expand Down

0 comments on commit 0bb91c7

Please sign in to comment.