From d231a8650fa0b77b21a0db52ba297c89a3f67e78 Mon Sep 17 00:00:00 2001 From: Christopher Whelan Date: Sat, 2 Nov 2019 18:17:14 -0700 Subject: [PATCH] BLD: fix typo in black task for Github Actions --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 84a275141f..290c04f28e 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -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)"