Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djsaunde committed Sep 1, 2020
1 parent 58c6eb0 commit dbad95c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Format with black
run: |
pip install black
# PEP 8 specifies a max line length of 79
black . -l 79
black .
- name: Test with pytest
run: |
pip install pytest
Expand Down

0 comments on commit dbad95c

Please sign in to comment.