mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 23:04:18 +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
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
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 }}
|
- run: tox -e ${{ matrix.toxenv }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue