Skip to content

Commit

Permalink
github: fix running black
Browse files Browse the repository at this point in the history
Fixes "No Path provided. Nothing to do 😴"
  • Loading branch information
dlech committed Nov 16, 2021
1 parent ae2335d commit af3281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: poetry run pytest
- run: poetry run flake8 --show-source
if: ${{ success() || failure() }}
- run: poetry run black --check --diff
- run: poetry run black --check --diff .
if: ${{ success() || failure() }}
- run: poetry run make -C docs/ html
if: ${{ success() || failure() }}
Expand Down

0 comments on commit af3281d

Please sign in to comment.