mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Use python -mpip to install pip in github actions
This fixes installation on windows
This commit is contained in:
parent
d1a4043c59
commit
9d64c1e3cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -47,5 +47,5 @@ jobs:
|
|||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
- run: pip install --upgrade setuptools pip tox virtualenv
|
||||
- run: python -mpip install --upgrade setuptools pip tox virtualenv
|
||||
- run: tox -e ${{ matrix.toxenv }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue