Skip to content

Commit ed888d9

Browse files
committed
packaging: Add backslash to escape
Signed-off-by: Eli Uriegas <[email protected]>
1 parent 9c0dbe8 commit ed888d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pkg_helpers.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ setup_pip_pytorch_version() {
214214
else
215215
pip_install "torch==$PYTORCH_VERSION$PYTORCH_VERSION_SUFFIX" \
216216
-f https://download.pytorch.org/whl/torch_stable.html \
217-
-f https://download.pytorch.org/whl/test/torch_test.html
217+
-f https://download.pytorch.org/whl/test/torch_test.html \
218218
-f https://download.pytorch.org/whl/nightly/torch_nightly.html
219219
fi
220220
}

0 commit comments

Comments
 (0)