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 - uses: actions/setup-python@v2
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- run: | - run: pip install tox
pip install tox - run: tox
tox
env: env:
TOXENV: ${{ matrix.python-version }} TOXENV: ${{ matrix.python-version }}