mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-12-01 14:04:01 +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
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- run: |
|
||||
pip install tox
|
||||
tox
|
||||
- run: pip install tox
|
||||
- run: tox
|
||||
env:
|
||||
TOXENV: ${{ matrix.python-version }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user