mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Update main.yml
changed "python -mpip" to "python -m pip"
This commit is contained in:
parent
e8f9eb369a
commit
70402cf4b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -50,5 +50,5 @@ jobs:
|
|||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
- run: python -mpip install --upgrade setuptools pip tox virtualenv
|
||||
- run: python -m pip install --upgrade setuptools pip tox virtualenv
|
||||
- run: tox -e ${{ matrix.toxenv }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue