Skip to content

Commit

Permalink
Fix black in github action workfile (#421)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8a5ffdc85abd2c87d1d7aba2242fda850ec8fac2)
  • Loading branch information
dwivediprab committed Apr 25, 2024
1 parent ac9dded commit 18ae61f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: black
if: ${{matrix.python-version != '3.7'}}
uses: psf/black@stable # Exclude list is not honored - https://github.com/psf/black/issues/1584
with:
version: "22.6.0"
Expand Down

0 comments on commit 18ae61f

Please sign in to comment.