Skip to content

Commit

Permalink
BLD: fix typo in black task for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qwhelan committed Nov 3, 2019
1 parent 3d82281 commit d231a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --statistics
- name: Check formatting with black
if: matrix.python.version >= 3.6
if: matrix.python-version >= 3.6
run: |
pip install black
black . --check --exclude "(build/|dist/|\.git/|\.mypy_cache/|\.tox/|\.venv/\.asv/|env|\.eggs)"
Expand Down

0 comments on commit d231a86

Please sign in to comment.