Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Oct 19, 2020
1 parent 322a53d commit aa92b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install darker
- name: Lint with darker
run: |
git fetch
git fetch && git show 60625f241f298b5039cb2debc365db38aa7bb522
darker -r 60625f241f298b5039cb2debc365db38aa7bb522 --check --diff . || (
echo "Changes need auto-formatting. Run:"
echo " darker -r 60625f241f298b5039cb2debc365db38aa7bb522"
Expand Down

0 comments on commit aa92b4c

Please sign in to comment.