Skip to content

Commit 6a88df1

Browse files
committed
[Release 0.7] Update setup-linux.sh
1 parent 8ce9ce9 commit 6a88df1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.ci/scripts/setup-linux.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ read -r BUILD_TOOL BUILD_MODE EDITABLE < <(parse_args "$@")
1616
# have already been installed, so we use PyTorch build from source here instead
1717
# of nightly. This allows CI to test against latest commits from PyTorch
1818
if [[ "${EDITABLE:-false}" == "true" ]]; then
19-
install_executorch --use-pt-pinned-commit --editable
19+
install_executorch --editable
2020
else
21-
install_executorch --use-pt-pinned-commit
21+
install_executorch
2222
fi
2323
build_executorch_runner "${BUILD_TOOL}" "${BUILD_MODE}"
24-
25-
if [[ "${GITHUB_BASE_REF:-}" == *main* || "${GITHUB_BASE_REF:-}" == *gh* ]]; then
26-
do_not_use_nightly_on_ci
27-
fi

0 commit comments

Comments
 (0)