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 d713a2b commit 64dcb3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.7
- name: Print python version
run: echo steps.setup-python.outputs.python-version
- name: black
if: steps.setup-python.outputs.python-version != 3.7
if: steps.setup-python.outputs.python-version < 3.8
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 64dcb3a

Please sign in to comment.