Skip to content

Commit cc67c6c

Browse files
committed
Fix the use of PyTorch pin commit in MacOS
1 parent 39e8538 commit cc67c6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci/scripts/setup-macos.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,8 @@ if [[ -z "${GITHUB_RUNNER:-}" ]]; then
131131
fi
132132

133133
print_cmake_info
134-
install_executorch
134+
# We use PyTorch build from source here instead of nightly. This allows CI to test against
135+
# the pinned commit from PyTorch
136+
install_executorch "use-pt-pinned-commit"
135137
build_executorch_runner "${BUILD_TOOL}"
138+
do_not_use_nightly_on_ci

0 commit comments

Comments
 (0)