Skip to content

Commit 7754e8e

Browse files
authored
[BE] Do not pollute logs with progress bars (#6510)
Logs produced by https://github.com/pytorch/test-infra/actions/runs/14177205860/job/39714879789#step:15:9806 are too long to be viewed, because it preserves progress bar output, which nobody really cares about once the tests were run
1 parent 382486a commit 7754e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-linux-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,5 @@ jobs:
200200
DWN_PYTORCH_ORG="https://download.pytorch.org/whl/cu${CUDA_VERSION_NODOT}"
201201
fi
202202
203-
python3 -m pip install torch --index-url ${DWN_PYTORCH_ORG}
203+
python3 -m pip install torch --progress-bar off --index-url ${DWN_PYTORCH_ORG}
204204
python3 .ci/pytorch/smoke_test/smoke_test.py --package torchonly

0 commit comments

Comments
 (0)