Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwivediprab committed Apr 26, 2024
1 parent 20c8386 commit 81b5a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Print python version
run: echo ${{ steps.setup-python.outputs.python-version }}
- name: black
if: startsWith(steps.setup-python.outputs.python-version, '3.7')
if: ! startsWith(steps.setup-python.outputs.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 81b5a06

Please sign in to comment.