Skip to content

Commit d231a86

Browse files
committed
BLD: fix typo in black task for Github Actions
1 parent 3d82281 commit d231a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3232
flake8 . --count --statistics
3333
- name: Check formatting with black
34-
if: matrix.python.version >= 3.6
34+
if: matrix.python-version >= 3.6
3535
run: |
3636
pip install black
3737
black . --check --exclude "(build/|dist/|\.git/|\.mypy_cache/|\.tox/|\.venv/\.asv/|env|\.eggs)"

0 commit comments

Comments
 (0)