Listened review

This commit is contained in:
PerchunPak 2021-10-12 19:54:09 +03:00 committed by GitHub
parent 9261bec264
commit 18ba6cbdec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}