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 3c025ed commit a8addf3Copy full SHA for a8addf3
.ci/scripts/setup-linux.sh
@@ -24,6 +24,6 @@ fi
24
install_executorch "use-pt-pinned-commit"
25
build_executorch_runner "${BUILD_TOOL}"
26
27
-if [[ "${GITHUB_BASE_REF:-}" == *main* || "${GITHUB_BASE_REF:-}" == *gh* ]];
+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,6 +137,6 @@ install_pytorch_and_domains
137
138
139
140
141
142
0 commit comments