mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-03-02 02:30:34 +03:00
Refactor tests workflow
This commit is contained in:
parent
ff0587229e
commit
011f6c2dc3
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -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 }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user