Split dependency installation step in Actions
This commit is contained in:
parent
61de170a79
commit
88ef4f4921
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -35,10 +35,11 @@ jobs:
|
|||||||
key: pip-${{ matrix.python-version }}-${{ hashFiles('setup.py', 'tox.ini') }}
|
key: pip-${{ matrix.python-version }}-${{ hashFiles('setup.py', 'tox.ini') }}
|
||||||
restore-keys: pip-${{ matrix.python-version }}-
|
restore-keys: pip-${{ matrix.python-version }}-
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pip install tox
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: tox
|
||||||
pip install tox
|
|
||||||
tox
|
|
||||||
|
|
||||||
- name: Code coverage upload
|
- name: Code coverage upload
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user