diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 75757c7..5029c28 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install flake8 black + python -m pip install flake8 - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names