Skip to content

Commit 06b6d7c

Browse files
swolchokabhinaykukkadapu
authored andcommitted
lintrunner init can fail, don't suppress stderr (pytorch#11667)
Seeing it fail currently on https://github.com/pytorch/executorch/actions/runs/15647163870/job/44086495890?pr=11664 (and main) and cannot debug; let's not have this happen again.
1 parent 464da84 commit 06b6d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
4848
# This has already been cached in the docker image
49-
lintrunner init 2> /dev/null
49+
lintrunner init
5050
5151
RC=0
5252
# Run lintrunner on all files

0 commit comments

Comments
 (0)