Skip to content

Commit

Permalink
fix python binding black lint (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
QP Hou authored Apr 4, 2021
1 parent 04d03b8 commit 9f5c42f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
python-version: 3.6
- name: Format Python code with Black
uses: psf/black@stable
with:
args: ". --check"
run: |
pip install black
black . --check
- name: Install minimal stable with clippy and rustfmt
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 9f5c42f

Please sign in to comment.