Update lint-python.yaml

This commit is contained in:
Dylan M. Taylor 2021-05-15 09:45:50 -04:00 committed by GitHub
parent ad444caf9d
commit 843cd6cf0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- run: pacman --noconfirm -Syu python python-pip mypy
- run: python -m pip install --upgrade pip
- run: pip install flake8 pytest black-but-with-tabs-instead-of-spaces
- run: pip install flake8 pytest
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors