Skip to content

Commit 8621943

Browse files
committed
Add TODO and nullify install_post_deps_pytorch_xla
1 parent 08e9e32 commit 8621943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/common.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ function install_pre_deps_pytorch_xla() {
106106
}
107107

108108

109+
# TODO(https://github.com/pytorch/xla/issues/8934): Remove PyTorch usage of this function, then
110+
# remove this function from the script.
109111
function install_post_deps_pytorch_xla() {
110-
# Install dependencies after we built torch_xla. This is due to installing
111-
# those packages can potentially trigger `pip install torch_xla` if torch_xla
112-
# is not detected in the system.
112+
true
113113
}
114114

115115
function build_torch_xla() {

0 commit comments

Comments
 (0)