Fix typo in lint python workflow (#4201)

This commit is contained in:
bobloy 2020-08-20 15:26:33 -04:00 committed by GitHub
parent 8c7848f18b
commit d80d7c939c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
ref: ${{ env.ref }} ref: ${{ env.ref }}
- uses: actions/setup-python@v1 - uses: actions/setup-python@v1
with: with:
python_version: "3.8" python-version: "3.8"
- run: "python -m pip install git+https://github.com/pycqa/pyflakes@1911c20#egg=pyflakes git+https://github.com/pycqa/pycodestyle@d219c68#egg=pycodestyle git+https://gitlab.com/pycqa/flake8@3.7.9#egg=flake8" - run: "python -m pip install git+https://github.com/pycqa/pyflakes@1911c20#egg=pyflakes git+https://github.com/pycqa/pycodestyle@d219c68#egg=pycodestyle git+https://gitlab.com/pycqa/flake8@3.7.9#egg=flake8"
name: Install Flake8 name: Install Flake8
- run: "python -m flake8 . --count --select=E9,F7,F82 --show-source" - run: "python -m flake8 . --count --select=E9,F7,F82 --show-source"