mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 07:14:18 +00:00
Merge pull request #1323 from PyCQA/asottile-patch-1
Use python -mpip to install pip in github actions
This commit is contained in:
commit
bf6936b503
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
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
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 }}
|
- run: tox -e ${{ matrix.toxenv }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue