We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e8538 commit cc67c6cCopy full SHA for cc67c6c
.ci/scripts/setup-macos.sh
@@ -131,5 +131,8 @@ if [[ -z "${GITHUB_RUNNER:-}" ]]; then
131
fi
132
133
print_cmake_info
134
-install_executorch
+# 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"
137
build_executorch_runner "${BUILD_TOOL}"
138
+do_not_use_nightly_on_ci
0 commit comments