We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af14644 commit e4de9b1Copy full SHA for e4de9b1
.github/workflows/lint.yml
@@ -63,7 +63,7 @@ jobs:
63
64
echo '::group::Lint C source'
65
set +e
66
- ./.github/scripts/run-clang-format.py -r torchvision/csrc --clang-format-executable ./clang-format --exclude "torchvision/csrc/io/image/cpu/giflib/*"
+ ./.github/scripts/run-clang-format.py -r torchvision/csrc --exclude "torchvision/csrc/io/image/cpu/giflib/*"
67
68
if [ $? -ne 0 ]; then
69
git --no-pager diff
0 commit comments