Skip to content

Commit

Permalink
Fix typo in release build step (pytorch#2495)
Browse files Browse the repository at this point in the history
Summary:
Fix typo in release build step

Pull Request resolved: pytorch#2495

Reviewed By: hwangjeff

Differential Revision: D37176695

Pulled By: atalman

fbshipit-source-id: 37b4e30c1084e506f3a45cf7427784c955868909
  • Loading branch information
atalman committed Jun 15, 2022
1 parent d436979 commit 48a45ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-m1-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
setup_cuda
setup_base_build_version
export CONDA_CHANNEL_FLAGS="pytorch-test"
etup_macos
setup_macos
else
setup_cuda
setup_build_version
Expand Down

0 comments on commit 48a45ea

Please sign in to comment.