Skip to content

Commit

Permalink
Remove black
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Dec 17, 2023
1 parent 28fd2f1 commit 6fff276
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
run: |
set -x -e
git log --pretty -1
sudo apt -y -qq update && sudo apt -y -qq install black
sudo python -m pip install -U numpy black pyupgrade
sudo python3 -m pip install -U numpy black pyupgrade
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:check -- bazel pyupgrade black clang
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:check -- bazel pyupgrade clang
lint-docs:
name: Lint for Docs
Expand Down

0 comments on commit 6fff276

Please sign in to comment.