Skip to content

Commit cea1f07

Browse files
committed
test
1 parent 47a1ed0 commit cea1f07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mlir-tensorrt-build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
set -eou pipefail
2424
set -x
25+
python3 -m pip install black
2526
python3 -m black --check --extend-exclude='.*\.pyi' mlir-tensorrt/compiler/
2627
python3 -m black --check --extend-exclude='.*\.pyi' mlir-tensorrt/integrations/python/
2728
git clang-format HEAD~1 --diff

0 commit comments

Comments
 (0)