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 440a3ac commit ab805ffCopy full SHA for ab805ff
.ci/scripts/setup-linux.sh
@@ -23,4 +23,7 @@ fi
23
# of nightly. This allows CI to test against latest commits from PyTorch
24
install_executorch "use-pt-pinned-commit"
25
build_executorch_runner "${BUILD_TOOL}"
26
-do_not_use_nightly_on_ci
+
27
+if [[ "${GITHUB_BASE_REF:-}" == *main* || "${GITHUB_BASE_REF:-}" == *gh* ]]; then
28
+ do_not_use_nightly_on_ci
29
+fi
.ci/scripts/setup-macos.sh
@@ -137,4 +137,7 @@ install_pytorch_and_domains
137
# the pinned commit from PyTorch
138
139
140
141
142
143
0 commit comments