Skip to content

Commit 188a297

Browse files
committed
fix multiline command
1 parent 07d2c4e commit 188a297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lightning/workflows/pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ run: |
124124
125125
# Use find-links to prefer CUDA-specific packages from PyTorch index
126126
uv pip install -e ".[${extra}dev]" --upgrade \
127-
--find-links="https://download.pytorch.org/whl/${UV_TORCH_BACKEND}"
127+
--find-links="https://download.pytorch.org/whl/${UV_TORCH_BACKEND}" \
128128
--find-links="https://download.pytorch.org/whl/${UV_TORCH_BACKEND}/torch-tensorrt"
129129
uv pip list
130130

0 commit comments

Comments
 (0)