mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Listened review
This commit is contained in:
parent
9261bec264
commit
18ba6cbdec
1 changed files with 2 additions and 3 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -3,6 +3,7 @@ name: main
|
|||
on:
|
||||
push:
|
||||
branches: main
|
||||
tags: '*'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
@ -33,7 +34,5 @@ jobs:
|
|||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
- run: |
|
||||
pip install --upgrade pip
|
||||
pip install --upgrade setuptools pip tox virtualenv
|
||||
- run: pip install --upgrade pip setuptools tox virtualenv
|
||||
- run: tox -e ${{ matrix.toxenv }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue