Refactor tests workflow

This commit is contained in:
Roman Mogylatov 2021-01-26 07:31:30 -05:00
parent ff0587229e
commit 011f6c2dc3

View File

@ -15,9 +15,8 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: |
pip install tox
tox
- run: pip install tox
- run: tox
env:
TOXENV: ${{ matrix.python-version }}